22 #ifndef GEOS_ALGORITHM_HCOORDINATE_H
23 #define GEOS_ALGORITHM_HCOORDINATE_H
25 #include <geos/export.h>
49 friend std::ostream& operator<< (std::ostream& o,
const HCoordinate& c);
98 std::ostream& operator<< (std::ostream& o,
const HCoordinate& c);
103 #endif // GEOS_ALGORITHM_HCOORDINATE_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Represents a homogeneous coordinate in a 2-D coordinate space.
Definition: HCoordinate.h:45