From 67535647999faea49daf43bfeafeb4c4fc4f26ea Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 5 Mar 2021 19:39:40 +0000 Subject: Template rotations and add one for 2D rotation matrix --- lib/maths.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/maths.h') diff --git a/lib/maths.h b/lib/maths.h index a3a391d..dc0c617 100644 --- a/lib/maths.h +++ b/lib/maths.h @@ -45,6 +45,7 @@ sincosf(float a) return sc; } +glm::mat2 rotate_flat(float); glm::mat4 rotate_roll(float); glm::mat4 rotate_yaw(float); glm::mat4 rotate_pitch(float); -- cgit v1.2.3