Click or drag to resize

PlaneF Constructor

Overload List
  NameDescription
Public methodPlaneF(PlaneF)
Constructs a plane with another specified PlaneF object.
Public methodPlaneF(Vector4F)
Constructs a plane from the given Vector4F object.
Public methodPlaneF(Vector3F, Single)
Constructs a plane with the given normal and the distance along this normal from the origin.
Public methodPlaneF(Single, Single, Single, Single)
Constructs a plane with the given A, B, C and D components.
Top
See Also