A random triangle.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public static Triangle RandomTriangle()
Visual Basic (Declaration)
Public Shared Function RandomTriangle As Triangle
Visual C++
public:
static Triangle^ RandomTriangle()

Return Value

Returns a triangle with three RandomPoint()()() vertices.

Remarks

The coordinates of each vertex are between [-MaxRandom...MaxRandom].

See Also