SITransformation.SetRotation

説明

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

C#構文

SITransformation.SetRotation( SIRotation in_pRotation );

スクリプト構文

SITransformation.SetRotation( in_pRotation );

パラメータ

パラメータ タイプ 説明
in_pRotation SIRotation 回転

VBScript の例

dim t1, r1

' Create transformation.

set t1 = XSIMath.CreateTransform

' Create Rotation.

set r1 = XSIMath.CreateRotation

'Do something with r1

t1.SetRotation r1

関連項目

SITransformation.GetRotation SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion