26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_COORD2D_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_COORD2D_H 
   51         Coord2D(
const double& xx, 
const double& yy)
 
   93 #endif  // __TERRALIB_GEOMETRY_INTERNAL_COORD2D_H 
bool operator==(const Coord2D &rhs) const 
It compares if two coordinates have the same exact values. 
 
An utility struct for representing 2D coordinates. 
 
Coord2D(const double &xx, const double &yy)
Constructor. 
 
Coord2D(const Coord2D &rhs)
Copy constructor.