1 2 3 4 5 6 7 8 9
#include "location.h" #include "maths.h" #include <glm/gtx/transform.hpp> glm::mat4 Location::getRotationTransform() const { return rotate_ypr(rot); }