|
Blender V4.3
|
Public Attributes | |
| Knot * | next |
| 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 25 of file curve_decimate.cc.
| uint Knot::can_remove |
Definition at line 33 of file curve_decimate.cc.
Referenced by BKE_curve_decimate_bezt_array(), curve_decimate(), and knot_remove_error_recalculate().
| const float* Knot::co |
Definition at line 37 of file curve_decimate.cc.
Referenced by BKE_curve_decimate_bezt_array(), and knot_remove_error_recalculate().
| float Knot::handles[2] |
Definition at line 30 of file curve_decimate.cc.
Referenced by BKE_curve_decimate_bezt_array(), and curve_decimate().
| HeapNode* Knot::heap_node |
Definition at line 32 of file curve_decimate.cc.
Referenced by BKE_curve_decimate_bezt_array(), curve_decimate(), and knot_remove_error_recalculate().
| uint Knot::is_removed |
Definition at line 34 of file curve_decimate.cc.
Referenced by BKE_curve_decimate_bezt_array(), and curve_decimate().
| uint Knot::knot_index |
Definition at line 28 of file curve_decimate.cc.
Referenced by BKE_curve_decimate_bezt_array(), and knot_remove_error_recalculate().
| Knot* Knot::next |
Definition at line 26 of file curve_decimate.cc.
Referenced by BKE_curve_decimate_bezt_array(), curve_decimate(), and knot_remove_error_recalculate().
| uint Knot::point_index |
Definition at line 27 of file curve_decimate.cc.
Referenced by BKE_curve_decimate_bezt_array(), and knot_remove_error_recalculate().
| Knot * Knot::prev |
Definition at line 26 of file curve_decimate.cc.
Referenced by BKE_curve_decimate_bezt_array(), curve_decimate(), and knot_remove_error_recalculate().
| float Knot::tan[2][3] |
Definition at line 29 of file curve_decimate.cc.
Referenced by knot_remove_error_recalculate().