16 #ifndef GEOS_NODING_OCTANT_H
17 #define GEOS_NODING_OCTANT_H
19 #include <geos/export.h>
21 #include <geos/inline.h>
22 #include <geos/util.h>
59 static int octant(
double dx,
double dy);
68 ::geos::ignore_unused_variable_warning(p0);
69 return octant(*p0, *p1);
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Methods for computing and working with octants of the Cartesian plane.
Definition: Octant.h:50