Rotate Transform Data Structure
You can use a rotate transform data structure to specify a rotate transform (for example, when calling theQ3RotateTransform_NewDatafunction). The rotate transform data structure is defined by theTQ3RotateTransformDatadata type.
typedef struct TQ3RotateTransformData { TQ3Axis axis; float radians; } TQ3RotateTransformData;
Field Description
axis- The axis of rotation. You can use the constants
kQ3AxisX,kQ3AxisY, andkQ3AxisZto specify an axis.radians- The number of radians to rotate around the axis of rotation.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help