MulByMatrix4InPlace (SIVector3)
Description
Right-multiplies this vector by the matrix m in place: this = this . m
Scripting Syntax
SIVector3.MulByMatrix4InPlace( m )
C# Syntax
SIVector3.MulByMatrix4InPlace( SIMatrix4 in_pMatrix );Parameters
|
Parameter |
Type |
Description |
|
m |
Operand matrix |
Examples
VBScript Example
dim v1, m1 ' Create 3D vector. set v1 = XSIMath.CreateVector3 ' Create 4x4 matrix. set m1 = XSIMath.CreateMatrix4 v1.Set 1.0, 2.0, 3.0 m1.SetIdentity v1.MulByMatrix4InPlace m1
See Also
|
|
Autodesk Softimage v7.5