Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/intern/BLI_kdtree.c
| Context not available. | |||||
| * Values initialized to -1 are candidates to me merged. | * Values initialized to -1 are candidates to me merged. | ||||
| * Setting the index to it's own position in the array prevents it from being touched, | * Setting the index to it's own position in the array prevents it from being touched, | ||||
| * although it can still be used as a target. | * although it can still be used as a target. | ||||
| * \returns The numebr of merges found (includes any merges already in the \a duplicates array). | * \returns The number of merges found (includes any merges already in the \a duplicates array). | ||||
| * | * | ||||
| * \note Merging is always a single step (target indices wont be marked for merging). | * \note Merging is always a single step (target indices wont be marked for merging). | ||||
| */ | */ | ||||
| Context not available. | |||||