1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-16 17:09:37 +00:00

added a comment to qtm

This commit is contained in:
Zeno Rogue 2024-06-11 00:08:11 +02:00
parent 47264a71ac
commit d1ced69cfa

View File

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