15#ifndef GEOS_NODING_OCTANT_H
16#define GEOS_NODING_OCTANT_H
18#include <geos/export.h>
20#include <geos/inline.h>
58 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:60
Methods for computing and working with octants of the Cartesian plane.
Definition Octant.h:49
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 IndexedNestedRingTester.h:26