Configuration options.
The precision of the calculation used in determining the distribution of points. Increasing this number improves the accuracy at the cost of performance.
A function that takes a parameter t
and
a curve
, and returns an interpolated point on the curve.
Factory function that receives a config object and returns a function for interpolating a point on a curve using an an algorithm that results in more evenly distributed points than the default implementation.