Generates random vertices on the circumference of a circle in the XY-plane.
Namespace:
ceometric.ComputationalGeometry
Assembly:
ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function RandomOnCircle ( _
numberOfVertices As Integer, _
radius As Double _
) As PointSet |
| Visual C++ |
|---|
public:
static PointSet^ RandomOnCircle(
int numberOfVertices,
double radius
) |
Return Value
Returns a planar set of points in the form of a circle in the XY-plane. The points lie on
the circumference of the circle. The center is at (0,0,0)
See Also