Enum Plane2D.Octant
One of 8 regions of the 2D plane.
[Flags]
public enum Plane2D.Octant : byte
  - Extension Methods
 
Fields
EastNortheast = 2The east-northeast octant.
EastSoutheast = 4The east-southeast octant.
NorthNortheast = 1The north-northeast octant.
NorthNorthwest = 128The north-northwest octant.
SouthSoutheast = 8The south-southeast octant.
SouthSouthwest = 16The south-southwest octant.
WestNorthwest = 64The west-northwest octant.
WestSouthwest = 32The west-southwest octant.