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.

Examples

Basic Examples  (1)

First, load the package:

This creates an instance of a Triangle expression:

These are points to load to the instance:

This loads the points to the instance:

This retrieves the points from the instance: