mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-11 12:47:39 +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