| Overload | Description |
|---|---|
| Plane3D Constructor(Vector3D,Double) | Construct a plane with a defined normal, and a distance to move the plane along the normal. |
| Plane3D Constructor(Vector3D,Point3D) | Construct a plane with a defined normal, pasing through a defined point |
| Plane3D Constructor(Vector3D,Vector3D,Vector3D) | Construct a plane from 3 coplanar points. |