Click or drag to resize

ConcaveHull Constructor

Initializes a new instance of the ConcaveHull class.

Namespace: Altaxo.Geometry.Double_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ConcaveHull(
	IEnumerable<PointD2DAnnotated> nodes,
	double concavity,
	int scaleFactor,
	bool isSquareGrid
)

Parameters

nodes  IEnumerablePointD2DAnnotated
The points for which to calculate the concave hull.
concavity  Double
The concavity.
scaleFactor  Int32
The scale factor.
isSquareGrid  Boolean
See Also