SIRotation.InvertInPlace

説明

この回転の逆回転を求めて置き換えます。

スクリプト 構文

SIRotation.InvertInPlace();

VBScript の例

dim r1, rotAngles
' Create rotation.
set r1 = XSIMath.CreateRotation
' Create 3D vector.
set rotAngles = XSIMath.CreateVector3(0.0, 1.5, 0.0)
r1.SetFromXYZAngles rotAngles
r1.InvertInPlace

関連項目

SIRotation.Invert SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion