Click or drag to resize

PointGeneratorUniformDistribution Method

Generates points with a uniform random distribution inside a square centered at the origin.

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

ListTriangulationPoint
The generated points.
See Also