19 const bke::CurvesGeometry &to_curves,
20 Span<int> from_curve_indices,
21 Span<int> to_curve_indices,
22 const IndexMask &dst_curve_mask,
23 Span<bool> dst_curve_flip_direction,
24 const float mix_factor,
25 bke::CurvesGeometry &dst_curves);
Low-level operations for curves.
void interpolate_curves(const bke::CurvesGeometry &from_curves, const bke::CurvesGeometry &to_curves, Span< int > from_curve_indices, Span< int > to_curve_indices, const IndexMask &dst_curve_mask, Span< bool > dst_curve_flip_direction, const float mix_factor, bke::CurvesGeometry &dst_curves)