/*
 * STRUCT: SE_ROTATION_DATA
 *
 *   Angular limits, in degrees of arc, including SE_POSITIVE_INFINITY
 *   and SE_NEGATIVE_INFINITY as legal values.
 */
typedef struct
{
SE_FLOAT64 ccw_limit; (notes)
SE_FLOAT64 cw_limit; (notes)
} SE_ROTATION_DATA;


Field Notes

ccw_limit

 Angular limit for counter-clockwise rotation.

cw_limit

 Angular limit for clockwise rotation.
Prev: SE_REQUIREMENT. Next: SE_RS_LOD_ENUM. Up:Index