Traverses the MAT tree and calls the given callback function for each vertex (represented by a CpNode) on the MAT.
It is usually preferable to use traverseEdges as it allows for the traversal of all the smooth curves representing the MAT.
Any CpNode representing the start vertex.
A callback function taking a single CpNode as parameter.
Generated using TypeDoc
Traverses the MAT tree and calls the given callback function for each vertex (represented by a CpNode) on the MAT.
It is usually preferable to use traverseEdges as it allows for the traversal of all the smooth curves representing the MAT.