Click or drag to resize

PolygonGeneratorRandomCircleSweep2 Method

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

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Polygon RandomCircleSweep2(
	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