pub fn interpolate_velocity(grid: &MacGrid, x: f64, y: f64) -> [f64; 2]
Bilinearly interpolate velocity at world coordinates (x, y).
(x, y)
Coordinates are in metres; the grid’s dx sets the cell size.
dx