SITransformation.GetRotation

説明

この変換の回転部分を戻します。

C#構文

SITransformation.GetRotation( SIRotation io_pRotation );

スクリプト構文

SITransformation.GetRotation( io_pRotation );

パラメータ

パラメータ タイプ 説明
io_pRotation SIRotation この変換から得られる回転

VBScript の例

dim t1, r1

' Create transformation.

set t1 = XSIMath.CreateTransform

' Create Rotation.

set r1 = XSIMath.CreateRotation

'Do something with t1

t1.GetRotation r1

関連項目

SITransformation.SetRotation SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion