Click or drag to resize

PointGeneratorUniformGrid Method

[Missing <summary> documentation for "M:Poly2Tri.PointGenerator.UniformGrid(System.Int32,System.Double)"]


Namespace: Poly2Tri
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static List<TriangulationPoint> UniformGrid(
	int n,
	double scale
)

Parameters

n  Int32

[Missing <param name="n"/> documentation for "M:Poly2Tri.PointGenerator.UniformGrid(System.Int32,System.Double)"]

scale  Double

[Missing <param name="scale"/> documentation for "M:Poly2Tri.PointGenerator.UniformGrid(System.Int32,System.Double)"]

Return Value

ListTriangulationPoint

[Missing <returns> documentation for "M:Poly2Tri.PointGenerator.UniformGrid(System.Int32,System.Double)"]

See Also