SIRotation.GetMatrix3

説明

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

スクリプト 構文

SIRotation.GetMatrix3( m );

パラメータ

パラメータ タイプ 詳細
m SIMatrix3 行列オペランド

VBScript の例

dim r1, m1
' Create rotation.
set r1 = XSIMath.CreateRotation
' Create 3x3 matrix.
set m1 = XSIMath.CreateMatrix3
'do something on the rotation
r1.GetMatrix3 m1

関連項目

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion