Class PolygonGenerator
- Assembly
- Alis.dll
The polygon generator class
internal class PolygonGeneratorInheritance
Inherited Members
Fields
PI_2
The pi
private static readonly double PI_2Field Value
RNG
The random
private static readonly Random RNGField Value
Methods
RandomCircleSweep(double, int)
Randoms the circle sweep using the specified scale
public static Polygon RandomCircleSweep(double scale, int vertexCount)Parameters
Returns
- Polygon
-
The polygon polygon
RandomCircleSweep2(double, int)
Randoms the circle sweep 2 using the specified scale
public static Polygon RandomCircleSweep2(double scale, int vertexCount)Parameters
Returns
- Polygon
-
The polygon polygon