Raito 0.1
Loading...
Searching...
No Matches
Math.cpp File Reference
#include "pch.h"
#include "Math.h"
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtx/matrix_decompose.hpp>
Include dependency graph for Math.cpp:

Namespaces

namespace  Raito
 
namespace  Raito::Math
 

Functions

Mat4 Raito::Math::CreateTransform (const V3 &translation, const Quaternion &rotation, const V3 &scale)
 
void Raito::Math::DecomposeTransform (const Mat4 &m, V3 &translation, Quaternion &rotation, V3 &scale)
 
float Raito::Math::Lerp (float a, float b, float f)