Blender
V3.3
|
Public Attributes | |
float | plane [3] |
float | len_sq |
float | len_sq_inv_neg |
bool | is_valid |
Definition at line 96 of file sculpt_brush_types.c.
bool SculptProjectVector::is_valid |
Definition at line 100 of file sculpt_brush_types.c.
Referenced by sculpt_project_v3_cache_init().
float SculptProjectVector::len_sq |
Definition at line 98 of file sculpt_brush_types.c.
Referenced by sculpt_project_v3_cache_init().
float SculptProjectVector::len_sq_inv_neg |
Definition at line 99 of file sculpt_brush_types.c.
Referenced by sculpt_project_v3(), and sculpt_project_v3_cache_init().
float SculptProjectVector::plane[3] |
Definition at line 97 of file sculpt_brush_types.c.
Referenced by sculpt_project_v3(), and sculpt_project_v3_cache_init().