|
SRM Reference Manual
Functions SRM SRFParameters3DEqual |
|---|
| extern SRM_Boolean | ||||
| SRM_SRFParameters3DEqual | ||||
| ( | ||||
| const | SRM_SRF_Parameters_3D | * | srf1_ptr, | (notes) |
| const | SRM_SRF_Parameters_3D | * | srf2_ptr | (notes) |
| ); | ||||
Determines whether two sets of 3D spatial reference frame (SRF) parameters are equal.
| SRM_TRUE | if the SRF parameters are non-NULL, are in the same SRF, and are equal. |
| SRM_FALSE | otherwise. |
pointer to the first set of SRF parameters to be compared.
pointer to the second set of SRF parameters to be compared.
Prev: SRM_SRFParameters2DEqual.
Next: SRM_SRFParametersEqual.
Up:Index.
|