Click or drag to resize

PointGeneratorUniformGrid Method

Generates a uniform grid of points 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> UniformGrid(
	int n,
	double scale
)

Parameters

n  Int32
The number of grid divisions per axis.
scale  Double
The width and height of the square.

Return Value

ListTriangulationPoint
The generated grid points.
See Also