PolygonGeneratorRandomCircleSweep2 Method |
Generates a polygon by sweeping around a circle with smaller randomized radius changes.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
PolygonThe generated polygon.
See Also