From 19cb171a8b3ff9469da9b990d9c6883b8a9479ca Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 8 Aug 2017 08:21:13 -0400 Subject: math: Add quaternion module. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d39cf38..6400ab2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,7 @@ SOURCES = \ chickadee/math.scm \ chickadee/math/vector.scm \ chickadee/math/matrix.scm \ + chickadee/math/quaternion.scm \ chickadee/math/rect.scm \ chickadee/math/easings.scm \ chickadee/render/color.scm \ -- cgit v1.2.3