UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 366 B
/** * * @param {number[]|Float32Array|Int32Array} a * @param {number} a_offset * @param {number[]|Float32Array|Int32Array} b * @param {number} b_offset */ export function v3_array_equals(a: number[] | Float32Array | Int32Array, a_offset: number, b: number[] | Float32Array | Int32Array, b_offset: number): boolean; //# sourceMappingURL=v3_array_equals.d.ts.map