TriangleLink`
TriangleLink`
TriangleGetPoints
TriangleGetPoints[expr]
returns the points in a Triangle expression.
Details and Options
- To use TriangleGetPoints, you first need to load it using Needs["TriangleLink`"].
- The points returned from a Triangle expression are a list of coordinates.
- A Triangle expression can have points loaded by TriangleSetPoints or created by TriangleTriangulate.
- The memory used by a Triangle expression to hold points and other resources is cleared when you use TriangleDelete.