Click or drag to resize

Plane Constructor

Overload List
  NameDescription
Public methodPlane(Vector3, Single)
Constructs a plane from a normal vector and the plane's distance to the origin.
Public methodPlane(Vector3, Vector3, Vector3)
Constructs a plane from the three points, given in clockwise order.
Public methodPlane(Single, Single, Single, Single)
Constructs a plane from four values. `a`, `b` and `c` become the components of the resulting plane's Normal vector. `d` becomes the plane's distance from the origin.
Top
See Also