Click or drag to resize

DelaunayTriangleCentroid Method

Computes the triangle centroid.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TriangulationPoint Centroid()

Return Value

TriangulationPoint
The centroid point.
See Also