|
SRM Reference Manual
Types SRM_ORM_Transformation_3D_Parameters |
|---|
/*! * STRUCT: SRM_ORM_Transformation_3D_Parameters * * This data type is used to ..... */
| typedef | struct | |
| { | ||
| SRM_Long_Float | delta_x; | |
| SRM_Long_Float | delta_y; | |
| SRM_Long_Float | delta_z; | |
| SRM_Long_Float | omega_1; | |
| SRM_Long_Float | omega_2; | |
| SRM_Long_Float | omega_3; | |
| SRM_Long_Float | delta_s; |
|