fletcher.paths.interpolate-path-point()

Given a path and an array of stops (segment indices) along the path, return the segment index of a point at a fractional stop.

The path length of stops are linearly interpolated.

fletcher.paths.interpolate-path-point(
  path,
  stops,
  index,
  rev,
)