mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-04 03:09:03 +00:00
lerp for hyperpouint
This commit is contained in:
@@ -1209,4 +1209,8 @@ EX int bucketer(hyperpoint h) {
|
||||
return dx;
|
||||
}
|
||||
|
||||
EX hyperpoint lerp(hyperpoint a0, hyperpoint a1, ld x) {
|
||||
return a0 + (a1-a0) * x;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user