|
SRM Reference Manual
Types SRM_LTSE_SRF_Parameters |
|---|
/*! * STRUCT: SRM_LTSE_SRF_Parameters * * Local Tangent Space Euclidean (LTSE) SRF Parameters are used as a means of * specifying the LTSE spatial coordinate systems */
| typedef | struct | |
| { | ||
| SRM_ORM_Parameters | orm_params; | |
| SRM_LTSE_Parameters | ltse_params; |
|