2
0
Fork 0
mirror of https://github.com/photonstorm/phaser synced 2024-12-24 03:53:28 +00:00
phaser/v3/typings/geom/intersects/LineToLine.d.ts

2 lines
81 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
export default function (line1: any, line2: any, asSegment: any, out: any): any;