Click or drag to resize

Plane Constructor

Overload List
  NameDescription
Public methodPlane(Plane)
Constructs a plane with another specified Plane object.
Public methodPlane(PlaneF)
Constructs a plane with the specified PlaneF object.
Public methodPlane(Vector4)
Constructs a plane from the given Vector4 object.
Public methodPlane(Vector3, Double)
Constructs a plane with the given normal and the distance along this normal from the origin.
Public methodPlane(Double, Double, Double, Double)
Constructs a plane with the given A, B, C and D components.
Top
See Also