Blender  V3.3
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 451 of file editmesh_bvh.c.

Member Data Documentation

◆ cos_cage

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

Definition at line 454 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 457 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 453 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: