c211499
1
2
3
4
5
6
7
8
9
10
export function intersectEllipse( node: any, rx: any, ry: any, point: any ): { x: any; y: any; };