Flint Engine / Guide / API Reference

catmull_rom

Function catmull_rom 

Source
pub fn catmull_rom(p0: Vec3, p1: Vec3, p2: Vec3, p3: Vec3, t: f32) -> Vec3
Expand description

Catmull-Rom spline interpolation between four points.