SITransformation.GetRotationMatrix3

説明

この変換の回転部分の 3x3行列表現を戻します。

スクリプト 構文

SITransformation.GetRotationMatrix3( io_pRotMat );

パラメータ

パラメータ タイプ 詳細
io_pRotMat SIMatrix3 この変換から得られる 3x3行列

VBScript の例

dim t1, m1
' Create transformation.
set t1 = XSIMath.CreateTransform
' Create 3x3 matrix.
set m1 = XSIMath.CreateMatrix3
'Do something with t1
t1.GetRotationMatrix3 m1

関連項目

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion