Skip to content

v0.3.0

Compare
Choose a tag to compare
@hfutrell hfutrell released this 09 Apr 00:42

This release refactors several intersection methods and adds new intersects(with:) -> Bool methods for better API usage when the caller only cares if things intersect (without caring about the intersections themselves).

It makes public the Flatness API for determining the maximum distance a Bezier curve strays from the line segment connecting its endpoints.

It renames "threshold" parameters to the more descriptive "accuracy"

It has several other miscellaneous renamings.