Blender  V2.93
Public Attributes | List of all members
FaceSearchUserData Struct Reference

Public Attributes

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

Detailed Description

Definition at line 467 of file editmesh_bvh.c.

Member Data Documentation

◆ cos_cage

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

Definition at line 470 of file editmesh_bvh.c.

Referenced by BKE_bmbvh_find_face_closest(), and bmbvh_find_face_closest_cb().

◆ dist_max_sq

float FaceSearchUserData::dist_max_sq

Definition at line 473 of file editmesh_bvh.c.

Referenced by BKE_bmbvh_find_face_closest(), and bmbvh_find_face_closest_cb().

◆ looptris

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

Definition at line 469 of file editmesh_bvh.c.

Referenced by BKE_bmbvh_find_face_closest(), and bmbvh_find_face_closest_cb().


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