Smooths a segment's raw control points using a Catmull-Rom spline, then resamples the result to a fixed point spacing. The spline is oversampled at 3× the desired density before resampling to ensure the curve is captured accurately.
Raw control points for this segment.
Desired distance between consecutive output points (world units).
Catmull-Rom tension (0 = loose/loopy, 1 = tight/straight).
Smoothed and evenly-spaced Tuple3 array.
Smooths a segment's raw control points using a Catmull-Rom spline, then resamples the result to a fixed point spacing. The spline is oversampled at 3× the desired density before resampling to ensure the curve is captured accurately.