SITransformation.GetRotation

説明

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

スクリプト 構文

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