An NDoc Documented Class Library

Triangle Constructor 

The constructor initialize the class with the values A, B, C

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

Parameters

A
1. point
B
2. point
C
3. point

See Also

Triangle Class | Minais.Drawing3d.Math Namespace