phaser/v3/typings/math/distance/DistancePower.d.ts
2017-01-16 22:43:07 +01:00

1 line
80 B
TypeScript

export default function (x1: any, y1: any, x2: any, y2: any, pow: any): number;