SIRotation.Invert

説明

回転r の逆回転を求め、結果をこの回転に格納します。

C#構文

SIRotation.Invert( SIRotation in_pRot );

スクリプト構文

SIRotation.Invert( r );

パラメータ

パラメータ タイプ 説明
r SIRotation 回転オペランド

VBScript の例

dim r1, r2, rotAngles

' Create rotations.

set r1 = XSIMath.CreateRotation

set r2= XSIMath.CreateRotation

' Create 3D vector.

set rotAngles = XSIMath.CreateVector3(0.0, 1.5, 0.0)

r1.SetFromXYZAngles rotAngles

r2.Invert r1

関連項目

SIRotation.InvertInPlace SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion