Click or drag to resize

Plane Constructor

Overload List
  NameDescription
Public methodPlane(Plane)
Copy constructor.
Public methodCode examplePlane(Point3d, Vector3d)
Constructs a plane from a point and a normal vector.
Public methodCode examplePlane(Point3d, Point3d, Point3d)
Initializes a plane from three non-collinear points.
Public methodPlane(Point3d, Vector3d, Vector3d)
Constructs a plane from a point and two vectors in the plane.
Public methodPlane(Double, Double, Double, Double)
Constructs a plane from an equation Ax+By+Cz+D=0.
Top
See Also