Blender
V3.3
|
Public Attributes | |
struct Knot * | next |
struct Knot * | prev |
uint | point_index |
uint | knot_index |
float | tan [2][3] |
float | handles [2] |
HeapNode * | heap_node |
uint | can_remove: 1 |
uint | is_removed: 1 |
const float * | co |
Definition at line 19 of file curve_decimate.c.
uint Knot::can_remove |
Definition at line 27 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), curve_decimate(), and knot_remove_error_recalculate().
const float* Knot::co |
Definition at line 31 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), and knot_remove_error_recalculate().
float Knot::handles[2] |
Definition at line 24 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), and curve_decimate().
HeapNode* Knot::heap_node |
Definition at line 26 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), curve_decimate(), and knot_remove_error_recalculate().
uint Knot::is_removed |
Definition at line 28 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), and curve_decimate().
uint Knot::knot_index |
Definition at line 22 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), and knot_remove_error_recalculate().
struct Knot* Knot::next |
Definition at line 20 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), curve_decimate(), and knot_remove_error_recalculate().
uint Knot::point_index |
Definition at line 21 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), and knot_remove_error_recalculate().
struct Knot * Knot::prev |
Definition at line 20 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), curve_decimate(), and knot_remove_error_recalculate().
float Knot::tan[2][3] |
Definition at line 23 of file curve_decimate.c.
Referenced by knot_remove_error_recalculate().