show game tablet

This commit is contained in:
Asuro
2025-03-31 07:08:23 +02:00
parent 4ba65713ef
commit 5a3739db0a
12 changed files with 152 additions and 33 deletions

View File

@@ -73,6 +73,9 @@ namespace Gen
Mat4 Transpose(const Mat4& mat);
Vec4 Mul(const Mat4& mat, const Vec4& vec);
Vec3 EulerFromRotation(const Mat4& rotation);
Mat4 RotationFromEuler(const Vec3& euler);
float DotProduct(Vec3 a, Vec3 b);
Vec3 CrossProduct(Vec3 a, Vec3 b);
Vec3 CrossProductFromPlane(Vec3 a, Vec3 b, Vec3 c);