|
Blender V4.3
|
#include "BKE_curves.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::geometry |
Functions | |
| IndexMask | blender::geometry::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 | blender::geometry::curve_simplify (const Span< float3 > positions, const bool cyclic, const float epsilon, const GSpan attribute_data, MutableSpan< bool > points_to_delete) |