Kaba function math.cubic_spline ed

...

Syntax ed

func static pure math.cubic_spline(points: f32[], t: f32) -> f32
func static pure math.cubic_spline(points: vec2[], t: f32) -> vec2
func static pure math.cubic_spline(points: vec3[], t: f32) -> vec3

Parameters ed

points: f32[]
...

t: f32
...

Return ed

...