Plane3D Structure Members
In This Topic
The following tables list the members exposed by Plane3D.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| D |
Distance from the origin.
|
| Normal |
Direction the plane is facing.
|
Top
Public Methods
| Name | Description |
| Equals |
Object method for testing equality.
|
| GetDistance |
Distance of a point from the plane
|
| GetHashCode | Returns the hash code for this instance. |
| Horizontal2D |
The arbitrary "X" axis for this plane
|
| PlaneIntersection | Overloaded.
Calculate the line of intersection between 2 planes
|
| To2D |
Convert from real world coordinates to the arbitrary frame of reference for this plane
|
| To3D |
Convert from the arbitrary frame of reference for this plane to real world coordinates
|
| ToString |
Returns a string representation of this Plane.
|
| Vertical2D |
The arbitrary "Y" axis for this plane
|
Top
Public Operators
See Also