InvertInPlace (SIRotation)
Description
Inverts this rotation in place.
C# 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
|
|
Autodesk Softimage v7.5