UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 219 B
/** * Converts float32 to float16 (encoded as uint16 value). * @param {number} val * @returns {number} */ export function to_half_float_uint16(val: number): number; //# sourceMappingURL=to_half_float_uint16.d.ts.map