The resulting triangle of a Delaunay triangulation operation.
See also:
Delaunay.triangulate
new(p1:Point, p2:Point, p3:Point)
Create a new Delaunay result triangle.
p1:Point
First vertex of the triangle.
p2:Point
Second vertex of the triangle.
p3:Point
Third vertex of the triangle.