|
Blender
V2.93
|
#include <BKE_bvhutils.h>
Public Attributes | |
| struct BVHTree * | tree |
| BVHTree_NearestPointCallback | nearest_callback |
| BVHTree_RayCastCallback | raycast_callback |
| struct BMEditMesh * | em |
| bool | cached |
Struct that stores basic information about a BVHTree built from a edit-mesh.
Definition at line 48 of file BKE_bvhutils.h.
| bool BVHTreeFromEditMesh::cached |
Definition at line 58 of file BKE_bvhutils.h.
Referenced by snap_object_data_editmesh_get(), and snapEditMesh().
| struct BMEditMesh* BVHTreeFromEditMesh::em |
Definition at line 55 of file BKE_bvhutils.h.
Referenced by raycastEditMesh(), snap_mesh_edge_verts_mixed(), snap_mesh_polygon(), and snap_object_data_editmesh_get().
| BVHTree_NearestPointCallback BVHTreeFromEditMesh::nearest_callback |
Definition at line 52 of file BKE_bvhutils.h.
| BVHTree_RayCastCallback BVHTreeFromEditMesh::raycast_callback |
Definition at line 53 of file BKE_bvhutils.h.
Referenced by raycastEditMesh().
| struct BVHTree* BVHTreeFromEditMesh::tree |
Definition at line 49 of file BKE_bvhutils.h.
Referenced by raycastEditMesh(), snap_object_data_editmesh_get(), and snapEditMesh().