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

4 lines
164 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
export { default as Between } from "./DistanceBetween";
export { default as Power } from "./DistancePower";
export { default as Squared } from "./DistanceSquared";