SIRotation.GetMatrix3

説明

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

C#構文

SIRotation.GetMatrix3( SIMatrix3 io_pMatrix );

スクリプト構文

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