From 39243c8e625cb5a0c3a60f462aff52b7d4bb367c Mon Sep 17 00:00:00 2001 From: John Connors Date: Sun, 3 Nov 2013 08:50:51 +0000 Subject: [PATCH] All tests pass. --- tuples-test.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuples-test.lisp b/tuples-test.lisp index d113898..d01256c 100644 --- a/tuples-test.lisp +++ b/tuples-test.lisp @@ -246,7 +246,7 @@ 1.7320508) (=== (let ((result (multiple-value-list (transform-vertex3d* - (rotatex-matrix44* (matrix44* rotatexccw)) + (matrix44* rotatexccw) (transform-vertex3d* (matrix44* rotatexcw) (vertex3d-values* 0.0 0.0 1.0 1.0)))))) -- 2.11.4.GIT