testLineLine(l1: Line, l2: Line): Vec2 | null

Check if 2 lines intersects, if yes returns the intersection point.

paraml1- The first line.

paraml2- The second line.

returnThe intersection point, or null if the lines are parallel.

sincev2000.0

kaplay logo

Misc

Layer