Enum Octants
- Namespace
- NetTopologySuite.Noding
- Assembly
- NetTopologySuite.dll
Octants in the Cartesian plane. Octants are numbered as follows:
\2|1/ 3 \|/ 0 ---+-- 4 /|\ 7 /5|6\
If line segments lie along a coordinate axis, the octant is the lower of the two possible values.public enum Octants
Fields
Five = 5
Four = 4
Null = -1
One = 1
Seven = 7
Six = 6
Three = 3
Two = 2
Zero = 0