SIRotation.SetIdentity

説明

この回転を恒等回転に設定します。

スクリプト 構文

SIRotation.SetIdentity();

VBScript の例

dim r1
' Create rotation.
set r1 = XSIMath.CreateRotation
r1.SetIdentity

関連項目

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion