|
Hymn to Beauty
C++ 3D Engine
|
#include <glm/glm.hpp>Go to the source code of this file.
Namespaces | |
| namespace | Geometry |
Functions | |
| float | Geometry::DotQuat (const glm::quat &q1, const glm::quat &q2) |
| Calculate the dot product of two quaternions. More... | |
| void | Geometry::NormalizeQuat (glm::quat &q) |
| Normalize quaternion. More... | |