|
SRM Reference Manual
Types SRM_LSR_3D_Parameters |
|---|
/*! * STRUCT: SRM_LSR_3D_Parameters * * Local Space Rectangular (LSR) Parameters are used as a means of * specifying the LSR spatial coordinate systems */
| typedef | struct | |
| { | ||
| SRM_Axis_Direction | up_direction; | |
| SRM_Axis_Direction | forward_direction; |
|