The resulting triangle of a Delaunay triangulation operation.

See also:

Constructor

new(p1:Point, p2:Point, p3:Point)

Create a new Delaunay result triangle.

Variables

p1:Point

First vertex of the triangle.

p2:Point

Second vertex of the triangle.

p3:Point

Third vertex of the triangle.