@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
10 lines • 375 B
TypeScript
/**
* Verifies that the computed ball is indeed the miniball.
*
* This method should be called for testing purposes only; it may not be very efficient.
* @param {Miniball} miniball
* @return {Quality}
*/
export function miniball_compute_quality(miniball: Miniball): Quality;
import { Quality } from "./Quality.js";
//# sourceMappingURL=miniball_compute_quality.d.ts.map