Click or drag to resize

Plane3 Constructor

Overload List
  NameDescription
Public methodPlane3(Vector3, Vector3)
Initializes a new instance of the Plane3 structure with a normal and a point lying on the plane.
Public methodPlane3(Vector3, Single)
Initializes a new instance of the Plane3 structure with a normal and a negative distance to the world origin.
Public methodPlane3(PlaneOrientation, Boolean, Single)
Initializes a new instance of the Plane3 structure according to an axis orientation and with an offset from the world origin.
Top
See Also