|
Blender
V2.93
|
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 33 of file curve_decimate.c.
| uint Knot::can_remove |
Definition at line 41 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 45 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), and knot_remove_error_recalculate().
| float Knot::handles[2] |
Definition at line 38 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), and curve_decimate().
| HeapNode* Knot::heap_node |
Definition at line 40 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 42 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), and curve_decimate().
| uint Knot::knot_index |
Definition at line 36 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), and knot_remove_error_recalculate().
| struct Knot* Knot::next |
Definition at line 34 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 35 of file curve_decimate.c.
Referenced by BKE_curve_decimate_bezt_array(), and knot_remove_error_recalculate().
| struct Knot * Knot::prev |
Definition at line 34 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 37 of file curve_decimate.c.
Referenced by knot_remove_error_recalculate().