Overload List
Name | Description | |
---|---|---|
Plane()()() | An empty Plane constructor. | |
Plane(Point, Vector3d) | Constructs a plane from a point on the plane and a normal vector of the plane. | |
Plane(Vector3d, Double) | Constructs a plane from the coordinate form of the plane a*x + b*y + c*z = d. | |
Plane(Point, Point, Point) | Constructs a plane through three non-collinear points. | |
Plane(Point, Vector3d, Vector3d) | Constructs a plane from a point and two direction vectors. | |
Plane(Double, Double, Double) | Constructs a plane from the analytic form of the plane z=Ax+By+C |