#include "location.hpp" #include "maths.h" #include glm::mat4 Location::getTransform() const { return glm::translate(pos) * rotate_ypr(rot); }