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 counterclockwise_limit;1
SE_Long_Float clockwise_limit;2
} SE_Rotation_Data;


Field Notes

counterclockwise_limit

Angular limit for counterclockwise rotation.

clockwise_limit

Angular limit for clockwise rotation.




Prev: SE_RGB_Data. Next: SE_Season.


Return to: Top of this Page, Type Index