A random edge with start and end point coordinates between [-1, 1].

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

Syntax

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

Return Value

Returns a random edge with a RandomPoint()()() start point and a RandomPoint()()() end point.

Remarks

The coordinates of the start and end point are between [-MaxRandom...MaxRandom]

See Also