A random ellipse.

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

Syntax

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

Return Value

Returns a 3d random ellipse.

Remarks

The coordinates of the center, the axis vectors and the normal vector are between [-MaxRandom...MaxRandom].

See Also