17 #include <geos/export.h>
19 #include <geos/util.h>
56 static int octant(
double dx,
double dy);
61 static int octant(
const geom::CoordinateXY& p0,
const geom::CoordinateXY& p1);
64 octant(
const geom::CoordinateXY* p0,
const geom::CoordinateXY* p1)
66 ::geos::ignore_unused_variable_warning(p0);
67 return octant(*p0, *p1);
Methods for computing and working with octants of the Cartesian plane.
Definition: Octant.h:47
static int octant(double dx, double dy)
static int octant(const geom::CoordinateXY &p0, const geom::CoordinateXY &p1)
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25