15#ifndef GEOS_NODING_OCTANT_H
16#define GEOS_NODING_OCTANT_H
18#include <geos/export.h>
20#include <geos/inline.h>
49class GEOS_DLL Octant {
58 static int octant(
double dx,
double dy);
67 ::geos::ignore_unused_variable_warning(p0);
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
static int octant(const geom::Coordinate &p0, const geom::Coordinate &p1)
static int octant(double dx, double dy)
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition PreparedLineString.h:27
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25