行列 m に格納されているこの回転の行列表現値を戻します。
SIRotation.GetMatrix3( SIMatrix3 io_pMatrix ); |
SIRotation.GetMatrix3( m ); |
パラメータ | タイプ | 説明 |
---|---|---|
m | SIMatrix3 | 行列オペランド |
dim r1, m1 ' Create rotation. set r1 = XSIMath.CreateRotation ' Create 3x3 matrix. set m1 = XSIMath.CreateMatrix3 'do something on the rotation r1.GetMatrix3 m1 |