An NDoc Documented Class Library

Plane Constructor (xyz, xyz, xyz)

The plane will be initialized by tree points, which are contained in the plane.

public Plane(
   xyz A,
   xyz B,
   xyz C
);

Parameters

A
First point
B
Second point
C
point

See Also

Plane Class | Minais.Drawing3d.Math Namespace | Plane Constructor Overload List