Click or drag to resize
DigitalRunePlane Constructor
Initializes a new instance of Plane.
Overload List
  NameDescription
Public methodPlane(PlaneShape)
Initializes a new instance of Plane from a PlaneShape.
Public methodPlane(Vector3F, Vector3F)
Initializes a new instance of Plane from normal vector and a point on the plane.
Public methodPlane(Vector3F, Single)
Initializes a new instance of Plane from normal vector and distance to the origin.
Public methodPlane(Vector3F, Vector3F, Vector3F)
Initializes a new instance of Plane from three points.
Top
See Also