この変換の回転部分を設定します。
SITransformation.SetRotation( in_pRotation ); |
パラメータ | タイプ | 詳細 |
---|---|---|
in_pRotation | SIRotation | 回転 |
dim t1, r1 ' Create transformation. set t1 = XSIMath.CreateTransform ' Create Rotation. set r1 = XSIMath.CreateRotation 'Do something with r1 t1.SetRotation r1 |