Home
last modified time | relevance | path

Searched defs:error_sq_max (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dcurve_decimate.c92 const float error_sq_max) in knot_remove_error_recalculate()
148 float error_sq_max, in curve_decimate()
204 const float error_sq_max, in BKE_curve_decimate_bezt_array()
319 const float error_sq_max, in BKE_curve_decimate_nurb()
/dports/graphics/blender/blender-2.91.0/extern/curve_fit_nd/intern/
H A Dcurve_fit_cubic_refit.c452 struct Knot *k, const double error_sq_max, in knot_remove_error_recalculate()
506 double error_sq_max, const uint dims) in curve_incremental_simplify()
602 const double error_sq_max, in knot_refit_error_recalculate()
743 const double error_sq_max, in curve_incremental_simplify_refit()
871 const double error_sq_max, in knot_corner_error_recalculate()
943 const double error_sq_max, const double error_sq_collapse_max, in curve_incremental_simplify_corners()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/animation/
H A Dkeyframes_general.c371 float error_sq_max) in decimate_fcurve_segment()
408 bool decimate_fcurve(bAnimListElem *ale, float remove_ratio, float error_sq_max) in decimate_fcurve()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_graph/
H A Dgraph_edit.c1312 static void decimate_graph_keys(bAnimContext *ac, float remove_ratio, float error_sq_max) in decimate_graph_keys()
1566 const float error_sq_max = FLT_MAX; in graphkeys_decimate_modal_update() local
1660 float error_sq_max = FLT_MAX; in graphkeys_decimate_exec() local
/dports/graphics/blender/blender-2.91.0/source/blender/editors/curve/
H A Deditcurve.c6753 const float error_sq_max = FLT_MAX; in curve_decimate_exec() local