UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 181 B
/** * * @param {BinaryBuffer} buffer * @param {AABB3} box */ export function serializeAABB3(buffer: BinaryBuffer, box: AABB3): void; //# sourceMappingURL=serializeAABB3.d.ts.map