Program Listing for File Rotation.hpp

Return to documentation for file (Src/GraphicsEngineOpenGL/scene/Rotation.hpp)

#pragma once
#include <glad/glad.h>

#include <glm/glm.hpp>

struct Rotation
{
    GLfloat degrees;
    glm::vec3 axis;
};