Blender V2.61 - r43446
|
#include <BLI_kdopbvh.h>
Public Attributes | |
int | index |
float | co [3] |
float | no [3] |
float | dist |
Definition at line 52 of file BLI_kdopbvh.h.
float BVHTreeNearest::co[3] |
Definition at line 55 of file BLI_kdopbvh.h.
Referenced by closest_point_on_surface(), connect_hair(), dfs_find_nearest_dfs(), dynamicPaint_paintMesh(), get_vert2geom_distance(), mesh_edges_nearest_point(), mesh_faces_nearest_point(), mesh_faces_nearest_point_dp(), shrinkwrap_calc_nearest_surface_point(), shrinkwrap_calc_nearest_vertex(), and shrinkwrap_get_tarmat().
float BVHTreeNearest::dist |
Definition at line 57 of file BLI_kdopbvh.h.
Referenced by BLI_bvhtree_find_nearest(), closest_point_on_surface(), connect_hair(), dfs_find_nearest_begin(), dfs_find_nearest_dfs(), dynamicPaint_paintMesh(), get_vert2geom_distance(), mesh_edges_nearest_point(), mesh_faces_nearest_point(), mesh_faces_nearest_point_dp(), shrinkwrap_calc_nearest_surface_point(), shrinkwrap_calc_nearest_vertex(), and shrinkwrap_get_tarmat().
Definition at line 54 of file BLI_kdopbvh.h.
Referenced by BLI_bvhtree_find_nearest(), closest_point_on_surface(), connect_hair(), dfs_find_nearest_dfs(), dynamicPaint_paintMesh(), get_vert2geom_distance(), mesh_edges_nearest_point(), mesh_faces_nearest_point(), mesh_faces_nearest_point_dp(), shrinkwrap_calc_nearest_surface_point(), shrinkwrap_calc_nearest_vertex(), and shrinkwrap_get_tarmat().
float BVHTreeNearest::no[3] |
Definition at line 56 of file BLI_kdopbvh.h.
Referenced by closest_point_on_surface(), dynamicPaint_paintMesh(), mesh_edges_nearest_point(), mesh_faces_nearest_point(), mesh_faces_nearest_point_dp(), and shrinkwrap_calc_nearest_surface_point().