9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-02 22:02:23 +00:00

Stream support

This commit is contained in:
Daniel Mills
2020-10-24 00:29:13 -04:00
parent 87cce116af
commit 5d3faba762
3 changed files with 25 additions and 1 deletions

View File

@@ -275,7 +275,7 @@ public class IrisInterpolation
int z1 = (int) Math.round(fz * rad);
int x2 = (int) Math.round((fx + 1) * rad);
int z2 = (int) Math.round((fz + 1) * rad);
double px = rangeScale(0, 1, x1, x2, x);
double pz = rangeScale(0, 1, z1, z2, z);
//@builder