]> git.localhorst.tv Git - blank.git/blobdiff - src/geometry/rotation.hpp
split geometry lib
[blank.git] / src / geometry / rotation.hpp
diff --git a/src/geometry/rotation.hpp b/src/geometry/rotation.hpp
new file mode 100644 (file)
index 0000000..ac208dc
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef BLANK_GEOMETRY_ROTATION_HPP_
+#define BLANK_GEOMETRY_ROTATION_HPP_
+
+#include <glm/glm.hpp>
+
+
+namespace blank {
+
+glm::mat3 find_rotation(const glm::vec3 &a, const glm::vec3 &b) noexcept;
+
+}
+
+#endif