Q3RotateAboutPointTransform_GetAngle
You can use theQ3RotateAboutPointTransform_GetAnglefunction to get the angle of a rotate-about-point transform.
TQ3Status Q3RotateAboutPointTransform_GetAngle ( TQ3TransformObject transform, float *radians);
transform- A rotate-about-point transform.
radians- On exit, the angle, in radians, of the specified rotate-about-point transform.
DESCRIPTION
TheQ3RotateAboutPointTransform_GetAnglefunction returns, in theradiansparameter, the current angle of rotation (in radians) of the rotate-about-point transform specified by thetransformparameter.