UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 201 B
/** * * @param {Rectangle} rect * @returns {AABB2} */ export function rectangle_to_aabb(rect: Rectangle): AABB2; import AABB2 from "./aabb/AABB2.js"; //# sourceMappingURL=rectangle_to_aabb.d.ts.map