|
Blender V4.3
|
Static Public Member Functions | |
| static NearestVertData | join (const NearestVertData &a, const NearestVertData &b) |
Public Attributes | |
| int | vert = -1 |
| float | distance_sq = std::numeric_limits<float>::max() |
|
inlinestatic |
Definition at line 5521 of file sculpt.cc.
References b, distance_sq, and vert.
Definition at line 5519 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::fake_neighbor_search_bmesh(), blender::ed::sculpt_paint::fake_neighbor_search_grids(), blender::ed::sculpt_paint::fake_neighbor_search_mesh(), and join().
| int blender::ed::sculpt_paint::NearestVertData::vert = -1 |
Definition at line 5518 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::fake_neighbor_search_bmesh(), blender::ed::sculpt_paint::fake_neighbor_search_grids(), blender::ed::sculpt_paint::fake_neighbor_search_mesh(), and join().