SITransformation.GetMatrix4

説明

行列 m に格納されているこの回転の行列表現値を戻します。

C#構文

SITransformation.GetMatrix4( SIMatrix4 io_pMatrix );

スクリプト構文

SITransformation.GetMatrix4( io_pMatrix );

パラメータ

パラメータ タイプ 説明
io_pMatrix SIMatrix4 行列オペランド

VBScript の例

dim t1, m1

' Create Transformation.

set t1 = XSIMath.CreateTransform

' Create 4x4 matrix.

set m1 = XSIMath.CreateMatrix4

'do something on the transformation

t1.GetMatrix4 m1

関連項目

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion