Blender V4.3
VertSearchUserData Struct Reference

Public Attributes

Span< std::array< BMLoop *, 3 > > looptris
 
const blender::float3cos_cage
 
float dist_max_sq
 
int index_tri
 

Detailed Description

Definition at line 389 of file editmesh_bvh.cc.

Member Data Documentation

◆ cos_cage

const blender::float3* VertSearchUserData::cos_cage

Definition at line 392 of file editmesh_bvh.cc.

Referenced by BKE_bmbvh_find_vert_closest(), and bmbvh_find_vert_closest_cb().

◆ dist_max_sq

float VertSearchUserData::dist_max_sq

Definition at line 395 of file editmesh_bvh.cc.

Referenced by BKE_bmbvh_find_vert_closest(), and bmbvh_find_vert_closest_cb().

◆ index_tri

int VertSearchUserData::index_tri

Definition at line 396 of file editmesh_bvh.cc.

Referenced by BKE_bmbvh_find_vert_closest(), and bmbvh_find_vert_closest_cb().

◆ looptris

Span<std::array<BMLoop *, 3> > VertSearchUserData::looptris

Definition at line 391 of file editmesh_bvh.cc.

Referenced by BKE_bmbvh_find_vert_closest(), and bmbvh_find_vert_closest_cb().


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