From d1ced69cfac7a7084f49102bb90b8bfdec30a8a0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 11 Jun 2024 00:08:11 +0200 Subject: [PATCH] added a comment to qtm --- nonisotropic.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nonisotropic.cpp b/nonisotropic.cpp index e6f57133..d6c8b01e 100644 --- a/nonisotropic.cpp +++ b/nonisotropic.cpp @@ -2305,7 +2305,8 @@ EX namespace rots { } }; - /** reinterpret the given point of rotspace as a rotation matrix in the underlying geometry (note: this is the inverse) */ + /** reinterpret the given point of rotspace as a rotation matrix in the underlying geometry (note: this is the inverse) + * note: you should already be in underlying geometry */ EX transmatrix qtm(hyperpoint h) { ld& x = h[0];