Click or drag to resize

PolygonGeneratorRandomCircleSweep Method

Generates a polygon by sweeping around a circle with randomized radius changes.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Polygon RandomCircleSweep(
	double scale,
	int vertexCount
)

Parameters

scale  Double
The overall scale of the polygon.
vertexCount  Int32
The number of vertices to generate.

Return Value

Polygon
The generated polygon.
See Also