A random point on the plane

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

Syntax

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

Return Value

Returns a random point on the plane.

See Also