|
Blender
V2.93
|
#include <DNA_mask_types.h>
Public Attributes | |
| float | u |
| float | w |
| int | flag |
Definition at line 88 of file DNA_mask_types.h.
| int MaskSplinePointUW::flag |
Different flags of this point.
Definition at line 92 of file DNA_mask_types.h.
Referenced by BKE_mask_point_add_uw(), BKE_mask_point_select_set(), delete_feather_points(), draw_spline_points(), ED_mask_select_flush_all(), and select_exec().
| float MaskSplinePointUW::u |
U coordinate along spline segment and weight of this point.
Definition at line 90 of file DNA_mask_types.h.
Referenced by BKE_mask_point_add_uw(), BKE_mask_point_direction_switch(), BKE_mask_point_sort_uw(), BKE_mask_point_weight(), BKE_mask_spline_feather_points(), BKE_mask_spline_feather_resolution(), and slide_point_customdata().
| float MaskSplinePointUW::w |
Definition at line 90 of file DNA_mask_types.h.
Referenced by BKE_mask_point_add_uw(), BKE_mask_point_weight(), BKE_mask_spline_feather_resolution(), and slide_point_customdata().