UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 245 B
/** * * @param {function} random * @param {number[]} result * @param {number} result_offset */ export function randomPointInBox(random: Function, result: number[], result_offset: number): void; //# sourceMappingURL=randomPointInBox.d.ts.map