UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines (7 loc) 211 B
export function make_zero_vector3() { return (out, out_offset, direction, direction_offset) => { out[out_offset] = 0; out[out_offset + 1] = 0; out[out_offset + 2] = 0; } }