summaryrefslogtreecommitdiff
path: root/themes/mathlib.h
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-05-07 12:17:36 -0400
committermattkae <mattkae@protonmail.com>2022-05-07 12:17:36 -0400
commit0b8596a5ebec39f797fe8a14eed1bda3c2e3a93d (patch)
treeea248ce7d55046d578f5ad371f4083405a4f7892 /themes/mathlib.h
parent1c051dffdb27ff6ebaa96802b021e99e49afb861 (diff)
Working bunny render
Diffstat (limited to 'themes/mathlib.h')
-rw-r--r--themes/mathlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/mathlib.h b/themes/mathlib.h
index f89addc..be9aaf6 100644
--- a/themes/mathlib.h
+++ b/themes/mathlib.h
@@ -150,6 +150,7 @@ struct Mat4x4 {
Mat4x4 getOrthographicMatrix(float left, float right, float bottom, float top);
Mat4x4 inverse();
Mat4x4 getPerspectiveProjection(float near, float far, float fieldOfViewRadians, float aspectRatio);
+ Mat4x4 getLookAt(Vector3 eye,Vector3 pointToLookAt, Vector3 up);
void print();
};