Plane Class Members
The following tables list the members exposed by Plane.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | Plane Constructor | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
![]() | Distance | Distance along the normal to the origin. |
![]() | NormalX | X component of the plane normal. |
![]() | NormalY | Y component of the plane normal. |
![]() | NormalZ | Z component of the plane normal. |
Public Methods
| Name | Description | |
|---|---|---|
![]() | Apply | Applies a value to passed plane. |
![]() | Assign | Overloaded. Assigns a value from passed arguments. |
![]() | Equals | Overloaded. Implements the Equality operator |
![]() | GetHashCode | Serves as the default hash function. |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
Public Operators
Equality | Implements the == equality operator |
Inequality | Implements the != negative equality operator |
See Also



