Function Name: Coord 2D Equal

Definition

Determines whether two 2D 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_Coord2DEqual
(
constSE_COORD_2D *coord1_ptr, (notes)
constSE_COORD_2D *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: Convert Vector 3 Type. Next: Coord 3D Equal. Up:Index.