|
Blender
V2.59
|
#include <BKE_bvhutils.h>
Public Attributes | |
| struct BVHTree * | tree |
| BVHTree_NearestPointCallback | nearest_callback |
| BVHTree_RayCastCallback | raycast_callback |
| struct DerivedMesh * | mesh |
| struct MVert * | vert |
| struct MEdge * | edge |
| struct MFace * | face |
| float | sphere_radius |
| int | cached |
| void * | em_evil |
Definition at line 50 of file BKE_bvhutils.h.
Definition at line 70 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), and free_bvhtree_from_mesh().
| struct MEdge* BVHTreeFromMesh::edge |
Definition at line 63 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), and mesh_edges_nearest_point().
| void* BVHTreeFromMesh::em_evil |
Definition at line 71 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_faces(), and snapDerivedMesh().
| struct MFace* BVHTreeFromMesh::face |
Definition at line 64 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), mesh_faces_nearest_point(), and mesh_faces_spherecast().
| struct DerivedMesh* BVHTreeFromMesh::mesh |
Definition at line 59 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), and bvhtree_from_mesh_verts().
Definition at line 55 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), closest_point_on_surface(), connect_hair(), shrinkwrap_calc_nearest_surface_point(), shrinkwrap_calc_nearest_vertex(), and shrinkwrap_get_tarmat().
Definition at line 56 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), shrinkwrap_calc_normal_projection(), shrinkwrap_get_tarmat(), and snapDerivedMesh().
Definition at line 67 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), and mesh_faces_spherecast().
| struct BVHTree* BVHTreeFromMesh::tree |
Definition at line 52 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), closest_point_on_surface(), connect_hair(), free_bvhtree_from_mesh(), shrinkwrap_calc_nearest_surface_point(), shrinkwrap_calc_nearest_vertex(), shrinkwrap_calc_normal_projection(), shrinkwrap_get_tarmat(), and snapDerivedMesh().
| struct MVert* BVHTreeFromMesh::vert |
Definition at line 62 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), mesh_edges_nearest_point(), mesh_faces_nearest_point(), and mesh_faces_spherecast().