SIRotation.GetMatrix3
 
 
 

SIRotation.GetMatrix3

Description

Returns the matrix representation values of this rotation inside the matrix m.

C# Syntax

SIRotation.GetMatrix3( SIMatrix3 io_pMatrix );

Scripting Syntax

SIRotation.GetMatrix3( m );

Parameters

Parameter Type Description
m 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