17#include <geos/export.h>
56 static int octant(
double dx,
double dy);
66 ::geos::ignore_unused_variable_warning(p0);
67 return octant(*p0, *p1);
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
Methods for computing and working with octants of the Cartesian plane.
Definition: Octant.h:47
static int octant(const geom::Coordinate &p0, const geom::Coordinate &p1)
static int octant(double dx, double dy)
Basic namespace for all GEOS functionalities.
Definition: geos.h:39