A random circle.

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

Syntax

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

Return Value

Returns a 3d random circle.

Remarks

The coordinates of the center and the normal vector as well as the radius are between [-MaxRandom...MaxRandom].

See Also