Function vox_geometry_rust::math_utils::monotonic_catmull_rom[][src]

pub fn monotonic_catmull_rom<T: Float>(f0: T, f1: T, f2: T, f3: T, f: T) -> T
Expand description

Computes monotonic Catmull-Rom interpolation.