|
Raito 0.1
|
#include <Raito/Math/MathTypes.h>

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) |