17        const glm::dvec3 & 
size 
   32    const glm::dvec3 & position1,
 
   34    const glm::dvec3 & position2
 
bool isColliding(const HitBox &hitbox1, const glm::dvec3 &position1, const HitBox &hitbox2, const glm::dvec3 &position2)
Definition: HitBox.cpp:17
 
Definition: HitBox.hpp:11
 
glm::dvec3 position
Definition: HitBox.hpp:26
 
HitBox & operator=(const HitBox &other)=delete
 
glm::dvec3 size
Definition: HitBox.hpp:27
 
HitBox(HitBox &&other)=default
 
HitBox & operator=(HitBox &&other)=delete
 
HitBox(const HitBox &other)=default
 
~HitBox()
Definition: HitBox.cpp:13