Parameter | Description |
---|---|
segment | The curve segment |
p0 | The first point |
p1 | The second point |
float[] Returns the Bezier's 't' parametric values where the line p0-p1 intersects the segment, up to 3 values
Find the intersections (up to three) between a line and a curve segment.