diff options
| author | Aetias <aetias@outlook.com> | 2024-05-23 18:52:36 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-05-23 18:52:36 +0200 |
| commit | c779b21215958c999d2360cd034116c2c323959a (patch) | |
| tree | 80472d6021b32639bde80d5d4a2c1f652e359504 /include/Physics | |
| parent | 502425ad80ab19d42d1af2fb90e5e141d2f2a186 (diff) | |
Rename `EquipCollidesWith`, `Cylinder::Overlaps`
Diffstat (limited to 'include/Physics')
| -rw-r--r-- | include/Physics/Cylinder.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Physics/Cylinder.hpp b/include/Physics/Cylinder.hpp index d25eaf22..353469aa 100644 --- a/include/Physics/Cylinder.hpp +++ b/include/Physics/Cylinder.hpp @@ -8,4 +8,6 @@ struct Cylinder { Vec3p pos; q20 size; // height and radius + + bool Overlaps(Cylinder *other); }; |
