mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 17:07:40 +00:00
rug :: partially generalized to 3D (but no interesting results)
This commit is contained in:
2
hyper.h
2
hyper.h
@@ -3739,6 +3739,8 @@ hyperpoint hpxy(ld x, ld y);
|
||||
hyperpoint hpxy3(ld x, ld y, ld z);
|
||||
ld sqhypot_d(int d, const hyperpoint& h);
|
||||
ld hypot_d(int d, const hyperpoint& h);
|
||||
ld dsqhypot_d(int d, const hyperpoint& a, const hyperpoint& b);
|
||||
ld dhypot_d(int d, const hyperpoint& a, const hyperpoint& b);
|
||||
transmatrix pushxto0(const hyperpoint& H);
|
||||
transmatrix rpushxto0(const hyperpoint& H);
|
||||
transmatrix spintox(const hyperpoint& H);
|
||||
|
Reference in New Issue
Block a user