math_utils/bezier

  Source   Edit

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