From 232b8b81e91367e8a32361e51df97446ba6f2ae1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 8 Nov 2014 07:46:39 -0500 Subject: math: Move quaternion module to sly/math directory. * sly/quaternion.scm: Delete. * sly/math/quaternion.scm: New file. * Makefile.am (SOURCES): Add new file. Delete old one. * sly/transform.scm: Use (sly math quaternion). * sly/transition.scm: Likewise. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d7640e3..4f34e98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,9 +35,9 @@ SOURCES = \ sly/keyboard.scm \ sly/live-reload.scm \ sly/math.scm \ + sly/math/quaternion.scm \ sly/math/vector.scm \ sly/mouse.scm \ - sly/quaternion.scm \ sly/rect.scm \ sly/repl.scm \ sly/signal.scm \ -- cgit v1.2.3