v0.2.1
greatly improves the accuracy of Path.pointIsWithinDistanceOfBoundary(point:, distance:)
and BezierCurve.project(point:)
. Adds an errorThreshold
parameter to these functions and related functions (with a default value) so that the caller can control speed vs accuracy of the result.