Function vox_geometry_rust::math_utils::bilerp[][src]

pub fn bilerp<T: Float>(f00: T, f10: T, f01: T, f11: T, tx: T, ty: T) -> T
Expand description

Computes bilinear interpolation.