Function Name: Coord 3D Equal

Definition

Determines whether two 3D coordinates are equal.

Returns

SE_TRUE - if the coordinates are non-NULL, are in the same spatial reference frame, and are equal

SE_FALSE - otherwise

Prototype


extern SE_BOOLEAN
SRM_Coord3DEqual
(
constSE_COORD_3D *coord1_ptr, (notes)
constSE_COORD_3D *coord2_ptr (notes)
);

Parameters Notes

coord1_ptr

 pointer to the first coordinate to be compared.

coord2_ptr

 pointer to the second coordinate to be compared.

Prev: Coord 2D Equal. Next: Coord Equal. Up:Index.