A random point in 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 RandomPointInEllipse()
Visual Basic (Declaration)
Public Function RandomPointInEllipse As Point
Visual C++
public:
Point^ RandomPointInEllipse()

Return Value

Returns a 3d random point in the ellipse.

See Also