Click or drag to resize

ConcaveHullCalculateConcaveHull Method

Sets a concave hull with parameters that could be different from those provided in the constructor.

Namespace: Altaxo.Geometry.Int64_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CalculateConcaveHull(
	double concavity,
	double minimalEdgeLength
)

Parameters

concavity  Double
The concavity is a value in the interval [-1, 1] that represents the cosine of the allowed angle between a line on the convex hull and a potential concave 'bend'. Thus a value of 1 is the limit case of a convex hull, a value of -1 allows sharp and deep bends.
minimalEdgeLength  Double
The minimal length of an edge of the hull that is considered as a candidate edge for having a concave bend.
See Also