UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 282 B
/** * Force angle to [-PI, +PI] range * based on answer https://stackoverflow.com/a/2323034/3973586 * @param {number} angle in radians * @return {number} in radians */ export function normalize_angle_rad(angle: number): number; //# sourceMappingURL=normalize_angle_rad.d.ts.map