Blender V4.3
VertexAverageComparator Class Reference

Public Member Functions

 VertexAverageComparator (const array< float3 > &verts)
 
bool operator() (const int &vert_idx_a, const int &vert_idx_b)
 

Protected Attributes

const array< float3 > & verts_
 

Detailed Description

Definition at line 585 of file blender/mesh.cpp.

Constructor & Destructor Documentation

◆ VertexAverageComparator()

VertexAverageComparator::VertexAverageComparator ( const array< float3 > & verts)
inline

Definition at line 587 of file blender/mesh.cpp.

Member Function Documentation

◆ operator()()

bool VertexAverageComparator::operator() ( const int & vert_idx_a,
const int & vert_idx_b )
inline

Definition at line 589 of file blender/mesh.cpp.

References verts_, float3::x, float3::y, and float3::z.

Member Data Documentation

◆ verts_

const array<float3>& VertexAverageComparator::verts_
protected

Definition at line 603 of file blender/mesh.cpp.

Referenced by operator()().


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