Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
Utils.hpp File Reference
#include <glm/glm.hpp>
Include dependency graph for Utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  shkyera
 

Functions

float shkyera::toRadians (float degrees)
 
float shkyera::toDegrees (float radians)
 
float shkyera::angleAroundAxis (const glm::vec3 &v1, const glm::vec3 &v2, const glm::vec3 &axis)
 
glm::vec3 shkyera::angleAxisRotation (const glm::vec3 &eulerAngles, const glm::vec3 &axis, float angle)
 
glm::vec3 shkyera::eulerAnglesFromRotationMatrix (const glm::mat3 &rotationMat)