|
Blender
V3.3
|
Public Attributes | |
| BVHTree * | tree |
| BMLoop *(* | looptris )[3] |
| int | looptris_tot |
| BMesh * | bm |
| const float(* | cos_cage )[3] |
| bool | cos_cage_free |
| int | flag |
Definition at line 17 of file editmesh_bvh.c.
| BMesh* BMBVHTree::bm |
Definition at line 23 of file editmesh_bvh.c.
Referenced by BKE_bmbvh_find_face_closest(), BKE_bmbvh_find_vert_closest(), BKE_bmbvh_new_ex(), BKE_bmbvh_ray_cast(), and BKE_bmbvh_ray_cast_filter().
| const float(* BMBVHTree::cos_cage)[3] |
Definition at line 25 of file editmesh_bvh.c.
Referenced by BKE_bmbvh_find_face_closest(), BKE_bmbvh_find_vert_closest(), BKE_bmbvh_free(), BKE_bmbvh_new_ex(), BKE_bmbvh_ray_cast(), and BKE_bmbvh_ray_cast_filter().
| bool BMBVHTree::cos_cage_free |
Definition at line 26 of file editmesh_bvh.c.
Referenced by BKE_bmbvh_free(), and BKE_bmbvh_new_ex().
| int BMBVHTree::flag |
Definition at line 28 of file editmesh_bvh.c.
Referenced by BKE_bmbvh_new_ex(), and bmbvh_ray_cast_handle_hit().
| BMLoop*(* BMBVHTree::looptris)[3] |
Definition at line 20 of file editmesh_bvh.c.
Referenced by BKE_bmbvh_find_face_closest(), BKE_bmbvh_find_vert_closest(), BKE_bmbvh_new_ex(), BKE_bmbvh_ray_cast(), BKE_bmbvh_ray_cast_filter(), bmbvh_overlap_cb(), and bmbvh_ray_cast_handle_hit().
| int BMBVHTree::looptris_tot |
Definition at line 21 of file editmesh_bvh.c.
Referenced by BKE_bmbvh_new_ex().
| BVHTree* BMBVHTree::tree |
Definition at line 18 of file editmesh_bvh.c.
Referenced by BKE_bmbvh_find_face_closest(), BKE_bmbvh_find_vert_closest(), BKE_bmbvh_free(), BKE_bmbvh_new_ex(), BKE_bmbvh_overlap(), BKE_bmbvh_overlap_self(), BKE_bmbvh_ray_cast(), BKE_bmbvh_ray_cast_filter(), and BKE_bmbvh_tree_get().