UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

5 lines 81 B
/** * 1 / pi * @type {number} */ export const PI_RECIPROCAL = 1 / Math.PI;