Learn R Programming

retistruct (version 0.5.11)

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

Rset

the set of points on the rim

TFset

list containing indicies of points in each foward tear

TBset

list containing indicies of points in each backward tear

h

correspondence mapping

hf

correspondence mapping in forward direction for points on boundary

hb

correspondence mapping in backward direction for points on boundary