21 #ifndef GEOS_ALGORITHM_HCOORDINATE_H
22 #define GEOS_ALGORITHM_HCOORDINATE_H
24 #include <geos/export.h>
48 friend std::ostream& operator<< (std::ostream& o,
const HCoordinate& c);
97 std::ostream& operator<< (std::ostream& o,
const HCoordinate& c);
102 #endif // GEOS_ALGORITHM_HCOORDINATE_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Represents a homogeneous coordinate in a 2-D coordinate space.
Definition: HCoordinate.h:44