GetMatrix3 (SIRotation)
Description
Returns the matrix representation values of this rotation inside the matrix m.
Scripting Syntax
SIRotation.GetMatrix3( m )
C# Syntax
SIRotation.GetMatrix3( SIMatrix3 io_pMatrix );
Parameters
|
Parameter |
Type |
Description |
|
m [in/out] |
matrix operand |
Examples
VBScript Example
dim r1, m1 ' Create rotation. set r1 = XSIMath.CreateRotation ' Create 3x3 matrix. set m1 = XSIMath.CreateMatrix3 'do something on the rotation r1.GetMatrix3 m1
See Also
|
|
|
SOFTIMAGE|XSI v6.01