summaryrefslogtreecommitdiff
path: root/lib/location.cpp
blob: ff7cfa62300cb7050307b814b70903296f3f99eb (plain)
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);
}