mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 09:03:29 +00:00
4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
|
export { default as Between } from "./DistanceBetween";
|
||
|
export { default as Power } from "./DistancePower";
|
||
|
export { default as Squared } from "./DistanceSquared";
|