この変換の回転部分の 3x3 行列表現を戻します。
SITransformation.GetRotationMatrix3( SIMatrix3 io_pRotMat ); |
SITransformation.GetRotationMatrix3( io_pRotMat ); |
パラメータ | タイプ | 説明 |
---|---|---|
io_pRotMat | SIMatrix3 | この変換から得られる 3x3 行列 |
dim t1, m1 ' Create transformation. set t1 = XSIMath.CreateTransform ' Create 3x3 matrix. set m1 = XSIMath.CreateMatrix3 'Do something with t1 t1.GetRotationMatrix3 m1 |