UNPKG

@beetpx/beetpx

Version:

A TypeScript framework for pixel art browser games.

4 lines 126 B
export function trigAtan2(x, y) { return (Math.atan2(y, x) / Math.PI / 2 + 1) % 1; } //# sourceMappingURL=trigAtan2.js.map