GetMatrix4 (SITransformation)

Description

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

Scripting Syntax

SITransformation.GetMatrix4( m )

C# Syntax

SITransformation.GetMatrix4( SIMatrix4 io_pMatrix );

Parameters

Parameter

Type

Description

m [in/out]

SIMatrix4

matrix operand

Examples

VBScript Example

dim t1, m1
' Create Transformation.
set t1 = XSIMath.CreateTransform
' Create 4x4 matrix.
set m1 = XSIMath.CreateMatrix4
'do something on the transformation
t1.GetMatrix4 m1

See Also

SIVector3

SIMatrix3

SIMatrix4

SIRotation

SITransformation

SIQuaternion

 

 



Autodesk Softimage v7.5