Table of Contents

Enum Plane2D.Octant

Namespace
PAC.Geometry

One of 8 regions of the 2D plane.

[Flags]
public enum Plane2D.Octant : byte
Extension Methods

Fields

EastNortheast = 2

The east-northeast octant.

EastSoutheast = 4

The east-southeast octant.

NorthNortheast = 1

The north-northeast octant.

NorthNorthwest = 128

The north-northwest octant.

SouthSoutheast = 8

The south-southeast octant.

SouthSouthwest = 16

The south-southwest octant.

WestNorthwest = 64

The west-northwest octant.

WestSouthwest = 32

The west-southwest octant.