Searched refs:intZ (Results 1 – 3 of 3) sorted by relevance
182 float intX, intZ; in getInterpolatedHeight() local203 intZ = ((highZ - low) * interpolation) + low; in getInterpolatedHeight()205 return ((intX + intZ) / 2); in getInterpolatedHeight()
641 int intX = (int) floorX & 0xFF, intY = (int) floorY & 0xFF, intZ = (int) floorZ & 0xFF; in newPerlin() local650 AA = hash[A] + intZ; in newPerlin()651 AB = hash[A + 1] + intZ; in newPerlin()653 BA = hash[B] + intZ; in newPerlin()654 BB = hash[B + 1] + intZ; in newPerlin()
1417 private static Rop pickIf(TypeList types, Rop intZ, Rop objZ, Rop intInt, in pickIf() argument1423 return intZ; in pickIf()