Blender V5.0
blender::ed::sculpt_paint::NearestVertData Struct Reference

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

Detailed Description

Definition at line 5820 of file sculpt.cc.

Member Function Documentation

◆ join()

NearestVertData blender::ed::sculpt_paint::NearestVertData::join ( const NearestVertData & a,
const NearestVertData & b )
inlinestatic

Definition at line 5824 of file sculpt.cc.

References b, distance_sq, and vert.

Referenced by blender::ed::sculpt_paint::fake_neighbor_search().

Member Data Documentation

◆ distance_sq

float blender::ed::sculpt_paint::NearestVertData::distance_sq = std::numeric_limits<float>::max()

◆ vert


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