/* * 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) |
Angular limit for counter-clockwise rotation.
Angular limit for clockwise rotation.Prev: SE_REQUIREMENT. Next: SE_RS_LOD_ENUM. Up:Index