phaser/v3/typings/math/distance/DistanceSquared.d.ts

2 lines
70 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
export default function (x1: any, y1: any, x2: any, y2: any): number;