mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-22 11:08:42 +00:00
added a comment to qtm
This commit is contained in:
+2
-1
@@ -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) {
|
EX transmatrix qtm(hyperpoint h) {
|
||||||
|
|
||||||
ld& x = h[0];
|
ld& x = h[0];
|
||||||
|
|||||||
Reference in New Issue
Block a user