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

3 lines
164 B
TypeScript

export { default as Between } from "./DistanceBetween";
export { default as Power } from "./DistancePower";
export { default as Squared } from "./DistanceSquared";