From edad94cd273f5de17d751aa69752d319761b2d9e Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Sun, 28 Apr 2019 12:18:15 -0600 Subject: [PATCH] TODO #95 --- js/Quaternion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Quaternion.js b/js/Quaternion.js index b2a6a78..1764b33 100644 --- a/js/Quaternion.js +++ b/js/Quaternion.js @@ -3,7 +3,7 @@ /** * Quaternion, see http://en.wikipedia.org/wiki/Quaternion * - * TODO: convert from JME-style parametrization into classical mathematical description? + * TODO #95 convert from JME-style parametrization into classical mathematical description? * * @author Jonathan Olson */