mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-11 19:23:01 +00:00
fixed 'hyperplane' to 'hyperbolic plane'
This commit is contained in:
@@ -262,7 +262,7 @@ transmatrix ypush(ld alpha) {
|
|||||||
return T;
|
return T;
|
||||||
}
|
}
|
||||||
|
|
||||||
// rotate the hyperplane around C0 such that H[1] == 0 and H[0] >= 0
|
// rotate the hyperbolic plane around C0 such that H[1] == 0 and H[0] >= 0
|
||||||
transmatrix spintox(const hyperpoint& H) {
|
transmatrix spintox(const hyperpoint& H) {
|
||||||
transmatrix T = Id;
|
transmatrix T = Id;
|
||||||
ld R = sqrt(H[0] * H[0] + H[1] * H[1]);
|
ld R = sqrt(H[0] * H[0] + H[1] * H[1]);
|
||||||
|
|||||||
Reference in New Issue
Block a user