PointGeneratorUniformDistribution Method |
Generates points with a uniform random distribution inside a square centered at the origin.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static List<TriangulationPoint> UniformDistribution(
int n,
double scale
)
Parameters
- n Int32
- The number of points to generate.
- scale Double
- The width and height of the square.
Return Value
ListTriangulationPointThe generated points.
See Also