Commit Graph

2 Commits

Author SHA1 Message Date
Renato Rotenberg ce196c823d Remove atan2f() function definition.
`atan2f()` is not used anywhere and collides with `math.h`'s definition of the function, better to remove it entirely. It was causing problems in WebAssembly builds, taking precedence when linking with other codebases that tried to use `atan2f()` from `math.h`.
2025-01-29 23:49:26 -03:00
jaburns fcb6b5b431 Massive refactor 2020-10-27 11:07:42 -06:00