Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Poly2Tri
DelaunayTriangle Class
DelaunayTriangle Constructor
DelaunayTriangle Properties
DelaunayTriangle Methods
DelaunayTriangle Fields
Delaunay
Triangle 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#
Copy
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
Reference
DelaunayTriangle Class
Poly2Tri Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net