estimatePathViaIterativeIntegral
estimatePathViaIterativeIntegral(path, epsilon)
some useful references: https://stackoverflow.com/questions/29438398/cheap-way-of-calculating-cubic-bezier-length https://stackoverflow.com/questions/1147249/connecting-catmull-rom-splines-together-and-calculating-its-length
Kind: global function
Param | Type |
---|---|
path | Path |
epsilon | number |