Raito 0.1
Loading...
Searching...
No Matches
Math.h File Reference
Include dependency graph for Math.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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)