A random arc.

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

Syntax

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

Return Value

Returns a 3d random arc.

Remarks

The coordinates of the center, the start point and the normal vector are in [-MaxRandom, MaxRandom]. The value of the opening angle is in [0, 2*Pi]

See Also