Click or drag to resize

DelaunayTriangle Constructor

Initializes a new instance of the DelaunayTriangle class.

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

Parameters

p1  TriangulationPoint
The first vertex of the triangle.
p2  TriangulationPoint
The second vertex of the triangle.
p3  TriangulationPoint
The third vertex of the triangle.
See Also