Blender  V3.3
Public Attributes | List of all members
MaskSplinePointUW Struct Reference

#include <DNA_mask_types.h>

Public Attributes

float u
 
float w
 
int flag
 

Detailed Description

Definition at line 72 of file DNA_mask_types.h.

Member Data Documentation

◆ flag

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().

◆ u

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().

◆ w

float MaskSplinePointUW::w

Definition at line 74 of file DNA_mask_types.h.

Referenced by slide_point_customdata().


The documentation for this struct was generated from the following file: