X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgeometry%2Frotation.hpp;fp=src%2Fgeometry%2Frotation.hpp;h=ac208dc4c725b087a902e1a470e45c74d8c3e6dd;hb=4fbf5a3c1b0e530706023f5fc4be2f68d30ea645;hp=0000000000000000000000000000000000000000;hpb=0d580658b896dfec07466c31ae4847455724ee95;p=blank.git diff --git a/src/geometry/rotation.hpp b/src/geometry/rotation.hpp new file mode 100644 index 0000000..ac208dc --- /dev/null +++ b/src/geometry/rotation.hpp @@ -0,0 +1,13 @@ +#ifndef BLANK_GEOMETRY_ROTATION_HPP_ +#define BLANK_GEOMETRY_ROTATION_HPP_ + +#include + + +namespace blank { + +glm::mat3 find_rotation(const glm::vec3 &a, const glm::vec3 &b) noexcept; + +} + +#endif