|
SRM Reference Manual
Types SRM_EC_SRF_Parameters |
|---|
/*! * STRUCT: SRM_EC_SRF_Parameters * * Equidistant Cylindrical (EC) SRF Parameters are used as a means * of specifying the EC spatial coordinate systems */
| typedef | struct | |
| { | ||
| SRM_ORM_Parameters | orm_params; | |
| SRM_EC_Parameters | ec_params; |
|