Click or drag to resize

TriangulationContextNewConstraint Method

Creates a new constraint between the specified points.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract TriangulationConstraint NewConstraint(
	TriangulationPoint a,
	TriangulationPoint b
)

Parameters

a  TriangulationPoint
The first point.
b  TriangulationPoint
The second point.

Return Value

TriangulationConstraint
The created constraint.
See Also