#include "location.h" #include "maths.h" #include glm::mat4 Location::getRotationTransform() const { return rotate_ypr(rot); }