UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 552 B
/** * TODO: needs to be tested thoroughly, intended to be working with GJK * @param {number[]} result * @param {number} result_offset * @param {number[]} a * @param {number[]} b * @param {number[]} c * @param {number[]} d * @param {AbstractShape3D} coll1 * @param {AbstractShape3D} coll2 */ export function expanding_polytope_algorithm(result: number[], result_offset: number, a: number[], b: number[], c: number[], d: number[], coll1: AbstractShape3D, coll2: AbstractShape3D): void; //# sourceMappingURL=expanding_polytope_algorithm.d.ts.map