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)
} SE_Rotation_Data;


Field Notes


ccw_limit

 Angular limit for counter-clockwise rotation.

cw_limit

 Angular limit for clockwise rotation.



Prev: SE_RGB_Data. Next: SE_RS_Elevation_Select.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS