|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Rotation_Data |
|---|
/* * STRUCT: SE_Rotation_Data * * This data type specifies angular limits, in radians, * including SE_POSITIVE_INFINITY and SE_NEGATIVE_INFINITY as * legal values. */
| typedef | struct | ||
| { | |||
| SE_Long_Float | ccw_limit; | (notes) | |
| SE_Long_Float | cw_limit; | (notes) |
Angular limit for counter-clockwise rotation.
Angular limit for clockwise rotation.
|