Plane Constructor |
| Name | Description | |
|---|---|---|
| Plane(Plane) | Constructs a plane with another specified Plane object. | |
| Plane(PlaneF) | Constructs a plane with the specified PlaneF object. | |
| Plane(Vector4) | Constructs a plane from the given Vector4 object. | |
| Plane(Vector3, Double) | Constructs a plane with the given normal and the distance along this normal from the origin. | |
| Plane(Double, Double, Double, Double) | Constructs a plane with the given A, B, C and D components. |