Blender  V3.3
Public Member Functions | Protected Attributes | List of all members
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 671 of file blender/mesh.cpp.

Constructor & Destructor Documentation

◆ VertexAverageComparator()

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

Definition at line 673 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 677 of file blender/mesh.cpp.

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

Member Data Documentation

◆ verts_

const array<float3>& VertexAverageComparator::verts_
protected

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

Referenced by operator()().


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