fletcher.paths.clamp-cubic-bezier()

Return the cubic Bézier obtained by clamping the parameter value 𝑡 to an interval [𝑡0,𝑡1].

fletcher.paths.clamp-cubic-bezier(
  s,
  c1,
  c2,
  e,
  t0,
  t1,
)