From a7ac7b0894c4814fa7a48a6c7882738aa65e243e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 5 Aug 2020 01:18:25 +0200 Subject: [PATCH] added a comment to qtm that it is the inverse --- nonisotropic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonisotropic.cpp b/nonisotropic.cpp index 5bccb794..e06ea173 100644 --- a/nonisotropic.cpp +++ b/nonisotropic.cpp @@ -2110,7 +2110,7 @@ EX namespace rots { }; - /** reinterpret the given point of rotspace as a rotation matrix in the underlying geometry */ + /** reinterpret the given point of rotspace as a rotation matrix in the underlying geometry (note: this is the inverse) */ EX transmatrix qtm(hyperpoint h) { ld& x = h[0];