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