UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 172 B
/** * * @param {Plane} a * @param {Plane} b * @returns {boolean} */ export function planesEqual(a: Plane, b: Plane): boolean; //# sourceMappingURL=planesEqual.d.ts.map