Changeset 18335
- Timestamp:
- Jun 26, 2008, 2:21:12 PM (18 years ago)
- Location:
- trunk/psLib/src/types
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psTree.c
r18334 r18335 466 466 const psVector *coords, // Coordinates of interest 467 467 double bestDistance // Distance (radius-squared) to best point 468 ) ;468 ) 469 469 { 470 470 #if 1 // Might be in a tight loop -
trunk/psLib/src/types/psTree.h
r18334 r18335 91 91 /// Return the index of the nearest neighbour to given coordinates, but within some radius 92 92 long psTreeNearestWithin(const psTree *tree, ///< Tree 93 const psVector *coords ///< Coordinates of interest93 const psVector *coords, ///< Coordinates of interest 94 94 double radius ///< Radius of interest 95 95 );
Note:
See TracChangeset
for help on using the changeset viewer.
