Blender V2.61 - r43446
Public Attributes

BVHNearestData Struct Reference

List of all members.

Public Attributes

BVHTreetree
const float * co
BVHTree_NearestPointCallback callback
void * userdata
float proj [13]
BVHTreeNearest nearest

Detailed Description

Definition at line 86 of file BLI_kdopbvh.c.


Member Data Documentation

Definition at line 90 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_find_nearest(), and dfs_find_nearest_dfs().

const float* BVHNearestData::co

Definition at line 89 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_find_nearest(), and dfs_find_nearest_dfs().

Definition at line 88 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_find_nearest().

Definition at line 91 of file BLI_kdopbvh.c.

Referenced by BLI_bvhtree_find_nearest(), and dfs_find_nearest_dfs().


The documentation for this struct was generated from the following file: