mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 18:57:56 +00:00
rewritten the embeddings more nicely
This commit is contained in:
@@ -646,7 +646,7 @@ EX namespace gp {
|
||||
}
|
||||
if(sp>SG3) sp -= SG6;
|
||||
|
||||
return normalize_flat(spin(TAU*sp/S7) * cornmul(T, corner));
|
||||
return cgi.emb->normalize_flat(spin(TAU*sp/S7) * cornmul(T, corner));
|
||||
}
|
||||
|
||||
transmatrix dir_matrix(int i) {
|
||||
|
Reference in New Issue
Block a user