David Gunderman, PhD

Results 2 issues of David Gunderman, PhD

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...

Primal
Reviewed

George @gzagaris suggested looking into using numerics::Matrix or axom::Array instead of std::vector in BezierCurve and associated classes.

Primal
Reviewed