intersections
Computes the intersection points between the current CurveInterval
and another provided CurveInterval
. The computed intersection points are added to the provided list of Vec2
objects.
Parameters
c
the CurveInterval
to test for intersections with the current object
acc
the MutableList
where the resulting intersection points will be stored