|
Blender V4.3
|
Public Attributes | |
| BVHTree * | tree |
| Span< std::array< BMLoop *, 3 > > | looptris |
| BMesh * | bm |
| const blender::float3 * | cos_cage |
| bool | cos_cage_free |
| int | flag |
Definition at line 21 of file editmesh_bvh.cc.
| BMesh* BMBVHTree::bm |
Definition at line 26 of file editmesh_bvh.cc.
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 blender::float3* BMBVHTree::cos_cage |
Definition at line 28 of file editmesh_bvh.cc.
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 29 of file editmesh_bvh.cc.
Referenced by BKE_bmbvh_free(), and BKE_bmbvh_new_ex().
| int BMBVHTree::flag |
Definition at line 31 of file editmesh_bvh.cc.
Referenced by BKE_bmbvh_new_ex(), and bmbvh_ray_cast_handle_hit().
Definition at line 24 of file editmesh_bvh.cc.
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().
| BVHTree* BMBVHTree::tree |
Definition at line 22 of file editmesh_bvh.cc.
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().