Hymn to Beauty
C++ 3D Engine
MathFunctions.hpp File Reference
#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...