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