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 = 5Four = 4Null = -1One = 1Seven = 7Six = 6Three = 3Two = 2Zero = 0