axom icon indicating copy to clipboard operation
axom copied to clipboard

Improve robustness of bezier curve intersection

Open davidgunderman opened this issue 5 years ago • 0 comments

Some robustness issues with the Bezier Curve intersection algorithm:

  1. Overlapping curves are not handled yet.
  2. Tangent intersections are not found.
  3. Curves are considered half-open, intersections at endpoints are not found if they happen at the end of the interval.
  4. Issues may arise in cases when control points are concentrated very closely at one endpoint for high order curves.

davidgunderman avatar Jul 31 '19 17:07 davidgunderman