|
Blender V4.3
|
Public Attributes | |
| int | bezt_index |
| int | bp_index |
| Nurb * | nurb |
| float | min_dist |
| float | parameter |
| bool | has_prev |
| bool | has_next |
| float | prev_loc [3] |
| float | cut_loc [3] |
| float | next_loc [3] |
| float | mval [2] |
Data structure to keep track of details about the cut location
Definition at line 59 of file editcurve_pen.cc.
| int CutData::bezt_index |
Definition at line 61 of file editcurve_pen.cc.
Referenced by init_cut_data(), insert_point_to_segment(), is_spline_nearby(), and update_cut_data_for_nurb().
| int CutData::bp_index |
Definition at line 61 of file editcurve_pen.cc.
Referenced by insert_point_to_segment(), and update_cut_data_for_nurb().
| float CutData::cut_loc[3] |
Definition at line 71 of file editcurve_pen.cc.
Referenced by insert_point_to_segment().
| bool CutData::has_next |
Definition at line 69 of file editcurve_pen.cc.
| bool CutData::has_prev |
Definition at line 69 of file editcurve_pen.cc.
| float CutData::min_dist |
Definition at line 65 of file editcurve_pen.cc.
Referenced by insert_point_to_segment(), update_cut_data_for_all_nurbs(), and update_cut_data_for_nurb().
| float CutData::mval[2] |
Definition at line 73 of file editcurve_pen.cc.
| float CutData::next_loc[3] |
Definition at line 71 of file editcurve_pen.cc.
| Nurb* CutData::nurb |
Definition at line 63 of file editcurve_pen.cc.
Referenced by insert_point_to_segment(), is_spline_nearby(), and update_cut_data_for_nurb().
| float CutData::parameter |
Definition at line 67 of file editcurve_pen.cc.
Referenced by insert_point_to_segment(), is_spline_nearby(), and update_cut_data_for_nurb().
| float CutData::prev_loc[3] |
Definition at line 71 of file editcurve_pen.cc.