Skip to content

v0.11.0: Merge pull request #94 from hfutrell/intersection-via-implicitization

Compare
Choose a tag to compare
@hfutrell hfutrell released this 12 May 00:36
385af8c

-- uses much faster analytical method for curve.selfIntersections. Removed accuracy parameter since it is no longer needed there (self intersections will always be found with very high accuracy).
-- improves curve-curve intersection performance (curve.intersections(with:)) in certain cases such as when requesting very precise accuracy or when curves intersect tangentially.