The constructor of a plane takes the Point P and a NormalUnit
The constructor of a plane takes the Point P and a NormalUnit
public Plane(xyz,xyz);
The plane will be initialized by tree points, which are contained in the plane.
public Plane(xyz,xyz,xyz);