UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines (5 loc) 150 B
/** * Very small value, used for comparison when compensation for rounding error is required * @type {number} */ export const EPSILON = 1e-7;