Inverts this rotation in place.
SIRotation.InvertInPlace(); |
SIRotation.InvertInPlace(); |
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 |