Blender  V3.3
Public Attributes | List of all members
VertSearchUserData Struct Reference

Public Attributes

const BMLoop *(* looptris )[3]
 
const float(* cos_cage )[3]
 
float dist_max_sq
 
int index_tri
 

Detailed Description

Definition at line 390 of file editmesh_bvh.c.

Member Data Documentation

◆ cos_cage

const float(* VertSearchUserData::cos_cage)[3]

Definition at line 393 of file editmesh_bvh.c.

Referenced by BKE_bmbvh_find_vert_closest(), and bmbvh_find_vert_closest_cb().

◆ dist_max_sq

float VertSearchUserData::dist_max_sq

Definition at line 396 of file editmesh_bvh.c.

Referenced by BKE_bmbvh_find_vert_closest(), and bmbvh_find_vert_closest_cb().

◆ index_tri

int VertSearchUserData::index_tri

Definition at line 397 of file editmesh_bvh.c.

Referenced by BKE_bmbvh_find_vert_closest(), and bmbvh_find_vert_closest_cb().

◆ looptris

const BMLoop*(* VertSearchUserData::looptris)[3]

Definition at line 392 of file editmesh_bvh.c.

Referenced by BKE_bmbvh_find_vert_closest(), and bmbvh_find_vert_closest_cb().


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