c211499
1
2
3
4
5
6
7
8
9
10
export function intersectLine( p1: any, p2: any, q1: any, q2: any ): { x: number; y: number; };