UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 323 B
/** * * @param {AABB2} box * @param {number} targetX target point X coordinate * @param {number} targetY target point Y coordinate * @param {number} strength */ export function pullBoxTowardsPoint(box: AABB2, targetX: number, targetY: number, strength: number): void; //# sourceMappingURL=pullBoxTowardsPoint.d.ts.map