Computes the widths and lengths of all paths, adding them up as well
Returns the shortest distance of point to any point on paths.
Create a compoundpath from an array of paths. All this does is verify they are connected, and precomputes dimensions
Throws an error if paths are not connected together, in order
Computes x,y point at a relative position along compoundpath
Relative position
Returns a new compoundpath, replacing a path at a given index
Produce a human-friendly representation of paths
Computes the bounding box that encloses entire compoundpath