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]

SIMatrix3

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

SIVector3

SIMatrix3

SIMatrix4

SIRotation

SITransformation

SIQuaternion

 

 



Autodesk Softimage v7.5