Blender  V2.93
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 406 of file editmesh_bvh.c.

Member Data Documentation

◆ cos_cage

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

Definition at line 409 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 412 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 413 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 408 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: