diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-08-08 08:21:13 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-09-13 21:16:30 -0400 |
commit | 19cb171a8b3ff9469da9b990d9c6883b8a9479ca (patch) | |
tree | 091dbee8205a971f1dabd0a4e1fa4798f2999c11 /Makefile.am | |
parent | 7520b6c061d0474793105480a89b2319461b67ee (diff) |
math: Add quaternion module.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |