mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
f650f159b4
commit
512ca74e35
@ -4,7 +4,7 @@
|
||||
|
||||
namespace pkpy{
|
||||
|
||||
inline bool isclose(float a, float b){ return std::fabsf(a - b) <= NumberTraits<4>::kEpsilon; }
|
||||
inline bool isclose(float a, float b){ return std::fabs(a - b) <= NumberTraits<4>::kEpsilon; }
|
||||
|
||||
struct Vec2{
|
||||
float x, y;
|
||||
|
Loading…
x
Reference in New Issue
Block a user