added a comment to qtm that it is the inverse

This commit is contained in:
Zeno Rogue 2020-08-05 01:18:25 +02:00
parent 92502dc75e
commit a7ac7b0894
1 changed files with 1 additions and 1 deletions

View File

@ -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];