fatLineCurveCurve

Determines the intersection points between two 2D parametric curves using the fat-line algorithm.

Return

An array of 2D points (Vec2) representing the intersection locations between the two curves.

Parameters

a

The first 2D parametric curve.

b

The second 2D parametric curve.