Blender
V3.3
|
#include <DNA_mask_types.h>
Public Attributes | |
float | u |
float | w |
int | flag |
Definition at line 72 of file DNA_mask_types.h.
int MaskSplinePointUW::flag |
Different flags of this point.
Definition at line 76 of file DNA_mask_types.h.
Referenced by ED_mask_select_flush_all(), and select_exec().
float MaskSplinePointUW::u |
U coordinate along spline segment and weight of this point.
Definition at line 74 of file DNA_mask_types.h.
Referenced by BKE_mask_point_direction_switch(), BKE_mask_point_sort_uw(), and slide_point_customdata().
float MaskSplinePointUW::w |
Definition at line 74 of file DNA_mask_types.h.
Referenced by slide_point_customdata().