C# Class Poly2Tri.Triangulation.Delaunay.Sweep.DTSweepConstraint

Inheritance: TriangulationConstraint
Show file Open project: scastle/Solitude Class Usage Examples

Public Methods

Method Description
DTSweepConstraint ( TriangulationPoint p1, TriangulationPoint p2 )

Give two points in any order. Will always be ordered so that q.y > p.y and q.x > p.x if same y value

Method Details

DTSweepConstraint() public method

Give two points in any order. Will always be ordered so that q.y > p.y and q.x > p.x if same y value
public DTSweepConstraint ( TriangulationPoint p1, TriangulationPoint p2 )
p1 TriangulationPoint
p2 TriangulationPoint