UNPKG

@thewtex/vtk.js-esm

Version:

Visualization Toolkit for the Web

8 lines (6 loc) 159 B
function interpolateRound(a, b) { return a = +a, b = +b, function(t) { return Math.round(a * (1 - t) + b * t); }; } export { interpolateRound as i };