|
Hymn to Beauty
C++ 3D Engine
|
Classes | |
| class | Cube |
| A cube. More... | |
| struct | MeshData |
| Mesh data. More... | |
| class | Model |
| Interface of a model loaded from a file. More... | |
Functions | |
| float | DotQuat (const glm::quat &q1, const glm::quat &q2) |
| Calculate the dot product of two quaternions. More... | |
| void | NormalizeQuat (glm::quat &q) |
| Normalize quaternion. More... | |
| float Geometry::DotQuat | ( | const glm::quat & | q1, |
| const glm::quat & | q2 | ||
| ) |
Calculate the dot product of two quaternions.
| q1 | First quaternion. |
| q2 | Second quaternion. |
| void Geometry::NormalizeQuat | ( | glm::quat & | q | ) |
Normalize quaternion.
| q | Quaternion to normalize. |