DTSweepConstraint Constructor |
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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