Learn R Programming

retistruct (version 0.5.9)

computeTearRelationships: Compute the parent relationships for a set of tears

Description

Compute the parent relationships for a potential set of tears on an AnnotatedOutline. The function throws an error if tears overlap.

Usage

computeTearRelationships(o, V0, VB, VF)

Arguments

o
AnnotatedOutline object
V0
Apices of tears
VB
Backward vertices of tears
VF
Forward vertices of tears

Value

  • List
  • Rsetthe set of points on the rim
  • TFsetlist containing indicies of points in each foward tear
  • TBsetlist containing indicies of points in each backward tear
  • hcorrespondence mapping
  • hfcorrespondence mapping in forward direction for points on boundary
  • hbcorrespondence mapping in backward direction for points on boundary