Plane Constructor
Instantiates a new Plane object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Plane(Vector4) | Creates a Plane object from a specified four-dimensional vector. |
|
Plane(Vector3, Single) | Creates a Plane object from a specified normal and the distance along the normal from the origin. |
|
Plane(Single, Single, Single, Single) | Creates a Plane object from the X, Y, and Z components of its normal, and its distance from the origin on that normal. |
Show: