![]() |
Shkyera Engine
Easy to use, game engine for Python
|
#include <glm/glm.hpp>
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) |