The Plane type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Plane(PlaneShape) |
Initializes a new instance of Plane from a PlaneShape.
| |
| Plane(Vector3F, Vector3F) |
Initializes a new instance of Plane from normal vector and a point on the
plane.
| |
| Plane(Vector3F, Single) |
Initializes a new instance of Plane from normal vector and distance to the
origin.
| |
| Plane(Vector3F, Vector3F, Vector3F) |
Initializes a new instance of Plane from three points.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides ValueType..::..Equals(Object).) | |
| Equals(Plane) | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueType..::..GetHashCode()()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Normalize |
Normalizes the plane.
| |
| ToString | (Overrides ValueType..::..ToString()()()().) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Tests if two Planes are equal.
| |
| Inequality |
Tests if two Planes are different.
|
Fields
| Name | Description | |
|---|---|---|
| DistanceFromOrigin |
The distance of the plane from the origin (also known as the "plane constant").
| |
| Normal |
The normalized, outward pointing normal vector.
|