|
Blender
V2.59
|
#include <BLI_kdopbvh.h>
Public Attributes | |
| int | index |
| float | co [3] |
| float | no [3] |
| float | dist |
Definition at line 69 of file BLI_kdopbvh.h.
| float BVHTreeRayHit::co[3] |
Definition at line 72 of file BLI_kdopbvh.h.
Referenced by dfs_raycast(), mesh_faces_spherecast(), normal_projection_project_vertex(), shrinkwrap_calc_normal_projection(), shrinkwrap_get_tarmat(), and snapDerivedMesh().
| float BVHTreeRayHit::dist |
Definition at line 74 of file BLI_kdopbvh.h.
Referenced by BKE_psys_collision_neartest_cb(), BLI_bvhtree_bb_raycast(), BLI_bvhtree_ray_cast(), boid_find_ground(), bvh_callback(), collision_detect(), collision_response(), dfs_raycast(), eff_calc_visibility(), eff_tri_ray_hit(), fast_ray_nearest_hit(), heat_ray_source_visible(), mesh_faces_spherecast(), normal_projection_project_vertex(), ray_nearest_hit(), RE_rayobject_blibvh_intersect(), rule_avoid_collision(), shrinkwrap_calc_normal_projection(), shrinkwrap_get_tarmat(), and snapDerivedMesh().
Definition at line 71 of file BLI_kdopbvh.h.
Referenced by BKE_psys_collision_neartest_cb(), BLI_bvhtree_ray_cast(), boid_find_ground(), bvh_callback(), collision_detect(), collision_response(), dfs_raycast(), eff_calc_visibility(), eff_tri_ray_hit(), heat_ray_source_visible(), mesh_faces_spherecast(), normal_projection_project_vertex(), RE_rayobject_blibvh_intersect(), rule_avoid_collision(), shrinkwrap_calc_normal_projection(), shrinkwrap_get_tarmat(), and snapDerivedMesh().
| float BVHTreeRayHit::no[3] |
Definition at line 73 of file BLI_kdopbvh.h.
Referenced by mesh_faces_spherecast(), normal_projection_project_vertex(), and snapDerivedMesh().