Click or drag to resize

DTSweepConstraint Constructor

Initializes a new instance of the DTSweepConstraint class.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DTSweepConstraint(
	TriangulationPoint p1,
	TriangulationPoint p2
)

Parameters

p1  TriangulationPoint
One endpoint of the constrained edge.
p2  TriangulationPoint
The other endpoint of the constrained edge.
Remarks
The endpoints are reordered internally so that Q.Y > P.Y, or if both y-values are equal, so that Q.X > P.X.
See Also