Windows apps
Collapse the table of content
Expand the table of content

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
Public method Plane(Vector4) Creates a Plane object from a specified four-dimensional vector.
Public method Plane(Vector3, Single) Creates a Plane object from a specified normal and the distance along the normal from the origin.
Public method 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.
Top
Show:
© 2017 Microsoft