Plane Methods |
The Plane type exposes the following members.
| Name | Description | |
|---|---|---|
| Dot(Vector3) | ||
| Dot(Vector4) | ||
| Dot(Plane, Vector3) | ||
| Dot(Plane, Vector4) | ||
| DotD(Vector3) | ||
| DotD(Vector4) | ||
| DotD(Plane, Vector3) | ||
| DotD(Plane, Vector4) | ||
| DotNormal(Vector3) | ||
| DotNormal(Plane, Vector3) | ||
| DotNormalD(Vector3) | ||
| DotNormalD(Plane, Vector3) | ||
| Equals(Object) | Plane exact equality - see EQ(Plane, Plane) for alternative
(Overrides ValueTypeEquals(Object).) | |
| Equals(Plane) |
Exact value equality - see EQ(Plane, Plane) for alternative
| |
| FromPointNormal | ||
| FromPoints | ||
| GetHashCode |
Returns the hash code for the current Plane.
(Overrides ValueTypeGetHashCode.) | |
| IntersectLine | ||
| Normalize | Plane normalization - make length of normal be 1
| |
| Normalize(Plane) | Plane normalization - make length of normal be 1
| |
| Scale(Double) |
Scale the Plane | |
| Scale(Single) |
Scale the Plane | |
| Scale(Plane, Double) |
Scale the Plane | |
| Scale(Plane, Single) |
Scale the Plane | |
| ToString |
Returns a string that represents the current Plane.
(Overrides ValueTypeToString.) | |
| Transform(Matrix) | ||
| Transform(Plane, Matrix) |