Blender V4.3
FaceSearchUserData Struct Reference

Public Attributes

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

Detailed Description

Definition at line 452 of file editmesh_bvh.cc.

Member Data Documentation

◆ cos_cage

const blender::float3* FaceSearchUserData::cos_cage

Definition at line 455 of file editmesh_bvh.cc.

Referenced by BKE_bmbvh_find_face_closest(), and bmbvh_find_face_closest_cb().

◆ dist_max_sq

float FaceSearchUserData::dist_max_sq

Definition at line 458 of file editmesh_bvh.cc.

Referenced by BKE_bmbvh_find_face_closest(), and bmbvh_find_face_closest_cb().

◆ looptris

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

Definition at line 454 of file editmesh_bvh.cc.

Referenced by BKE_bmbvh_find_face_closest(), and bmbvh_find_face_closest_cb().


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