rename lookat function

This commit is contained in:
2023-06-03 17:54:59 +02:00
parent 721f15b601
commit 95c92ec6c9
3 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ typedef Mat4<int> Mat4i;
typedef Mat4<double> Mat4d;
Mat4f Perspective(float fovY, float aspectRatio, float zNear, float zFar);
Mat4f LookAt(const Vec3f& eye, const Vec3f& center, const Vec3f& up);
Mat4f Look(const Vec3f& eye, const Vec3f& center, const Vec3f& up);
Mat4f Dot(const Mat4f& mat, const Mat4f& other);