行列 m に格納されているこの回転の行列表現値を戻します。
SITransformation.GetMatrix4( io_pMatrix ); |
パラメータ | タイプ | 詳細 |
---|---|---|
io_pMatrix | SIMatrix4 | 行列オペランド |
dim t1, m1 ' Create Transformation. set t1 = XSIMath.CreateTransform ' Create 4x4 matrix. set m1 = XSIMath.CreateMatrix4 'do something on the transformation t1.GetMatrix4 m1 |