A random point on the circumference of the ellipse.

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

Syntax

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

Return Value

Returns a 3d random point on the circumference of the ellipse.

See Also