SIRotation.InvertInPlace

Description

Inverts this rotation in place.

C# Syntax

SIRotation.InvertInPlace();

Scripting Syntax

SIRotation.InvertInPlace();

Examples

VBScript Example

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

See Also

SIRotation.Invert SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion