An NDoc Documented Class Library

Plane Constructor

The constructor of a plane takes the Point P and a NormalUnit

Overload List

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);

See Also

Plane Class | Minais.Drawing3d.Math Namespace