Blender V2.61 - r43446
|
#include <BLI_kdopbvh.h>
Public Attributes | |
int | index |
float | co [3] |
float | no [3] |
float | dist |
Definition at line 67 of file BLI_kdopbvh.h.
float BVHTreeRayHit::co[3] |
Definition at line 70 of file BLI_kdopbvh.h.
Referenced by dfs_raycast(), followtrack_evaluate(), mesh_faces_spherecast(), normal_projection_project_vertex(), shrinkwrap_calc_normal_projection(), shrinkwrap_get_tarmat(), and snapDerivedMesh().
float BVHTreeRayHit::dist |
Definition at line 72 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(), dynamicPaint_paintMesh(), eff_calc_visibility(), eff_tri_ray_hit(), fast_ray_nearest_hit(), followtrack_evaluate(), heat_ray_source_visible(), mesh_faces_spherecast(), mesh_faces_spherecast_dp(), 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 69 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(), dynamicPaint_paintMesh(), eff_calc_visibility(), eff_tri_ray_hit(), followtrack_evaluate(), heat_ray_source_visible(), mesh_faces_spherecast(), mesh_faces_spherecast_dp(), 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 71 of file BLI_kdopbvh.h.
Referenced by dynamicPaint_paintMesh(), mesh_faces_spherecast(), mesh_faces_spherecast_dp(), normal_projection_project_vertex(), and snapDerivedMesh().