Kaba function math.cubic_spline_d ed
...
Syntax ed
func static pure math.cubic_spline_d(points: f32[], t: f32) -> f32
func static pure math.cubic_spline_d(points: vec2[], t: f32) -> vec2
func static pure math.cubic_spline_d(points: vec3[], t: f32) -> vec3
Parameters ed
- points: f32[]
- ...
- t: f32
- ...
Return ed
...