PointGeneratorUniformGrid Method |
Generates a uniform grid of points 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> 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
ListTriangulationPointThe generated grid points.
See Also