mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 09:27:40 +00:00
moved inline functions to hyper.h
This commit is contained in:
@@ -287,10 +287,6 @@ inline hyperpoint cpush0(int c, ld x) {
|
||||
return h;
|
||||
}
|
||||
|
||||
inline hyperpoint xpush0(ld x) { return cpush0(0, x); }
|
||||
|
||||
inline hyperpoint ypush0(ld x) { return cpush0(1, x); }
|
||||
|
||||
inline hyperpoint xspinpush0(ld alpha, ld x) {
|
||||
hyperpoint h = Hypc;
|
||||
h[DIM] = cos_auto(x);
|
||||
|
Reference in New Issue
Block a user