Create a triangulation of the Outline object o. The
minimum number of triangles in the triangulation is specified by
n.
TriangulatedOutline(o, n = 200, suppress.external.steiner = FALSE,
report = message)Outline object
Minimum number of points in the triangulation
If TRUE prevent the
addition of points in the outline. This happens to maintain
triangle quality.
Function to report progress
A triangulatedOutline object containing the
following fields:
PThe set of new points, with the existing points at the start
TThe triangulation
CuUnique set of M connections, as M*2 matrix
hCorrespondences mapping
AArray containing area of each triangle
LLength of each connection
A.signedSigned area of each triangle
A.totTotal area of outline
gfForward pointers
gbBackward pointers
SSegments (from triangulate)
EEdges (from triangulate)
EBEdge boundaries (from triangulate)