19 const IndexMask &curves_selection,
20 const OffsetIndices<int> points_by_curve,
21 const VArray<bool> &cyclic,
24 IndexMaskMemory &memory);
32 const GSpan attribute_data,
33 MutableSpan<bool> points_to_delete);
IndexMask simplify_curve_attribute(const Span< float3 > positions, const IndexMask &curves_selection, const OffsetIndices< int > points_by_curve, const VArray< bool > &cyclic, float epsilon, GSpan attribute_data, IndexMaskMemory &memory)
void curve_simplify(const Span< float3 > positions, const bool cyclic, const float epsilon, const GSpan attribute_data, MutableSpan< bool > points_to_delete)