Blender V4.3
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 5517 of file sculpt.cc.

Member Function Documentation

◆ join()

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

Definition at line 5521 of file sculpt.cc.

References b, distance_sq, and vert.

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: