この変換の回転部分を戻します。
SITransformation.GetRotation( io_pRotation ); |
パラメータ | タイプ | 詳細 |
---|---|---|
io_pRotation | SIRotation | この変換から得られる回転 |
dim t1, r1 ' Create transformation. set t1 = XSIMath.CreateTransform ' Create Rotation. set r1 = XSIMath.CreateRotation 'Do something with t1 t1.GetRotation r1 |