A random point in the triangle.

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

Syntax

C#
public Point RandomPointInTriangle()
Visual Basic (Declaration)
Public Function RandomPointInTriangle As Point
Visual C++
public:
Point^ RandomPointInTriangle()

Return Value

Returns a random point in the triangle.

See Also