Class Octant
Methods for computing and working with Octants of the Cartesian plane.
Assembly: NetTopologySuite.dll
Syntax
public static class Octant
Methods
|
Improve this Doc
View Source
GetOctant(Coordinate, Coordinate)
Returns the octant of a directed line segment from p0 to p1.
Declaration
public static Octants GetOctant(Coordinate p0, Coordinate p1)
Parameters
Returns
|
Improve this Doc
View Source
GetOctant(Double, Double)
Returns the octant of a directed line segment (specified as x and y
displacements, which cannot both be 0).
Declaration
public static Octants GetOctant(double dx, double dy)
Parameters
Returns