Procs
func cubic_bezier[T: SomeFloat](t, p0, p1, p2, p3: T): T
- Source Edit
func solve_cubic_roots[T: SomeFloat](x, p0, p1, p2, p3: T): T
- Source Edit
func cubic_bezier[T: SomeFloat](t, p0, p1, p2, p3: T): T
func solve_cubic_roots[T: SomeFloat](x, p0, p1, p2, p3: T): T