mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update linalg.h
This commit is contained in:
parent
49ee693d40
commit
1d97cc0824
@ -4,7 +4,7 @@
|
||||
|
||||
namespace pkpy{
|
||||
|
||||
inline bool isclose(float a, float b){ return std::fabs(a - b) < 1e-5; }
|
||||
inline bool isclose(float a, float b){ return std::fabs(a - b) < 1e-4; }
|
||||
|
||||
struct Vec2{
|
||||
PY_CLASS(Vec2, linalg, vec2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user