Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-05-05 23:03:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-05-05 23:14:36 +0300
commitc5a26bef5dee3b300dc8909b442bf2828cc3a8b1 (patch)
tree41276d2c6dfa078ce674d8ede4f98409ec10afa3 /source/blender/blenlib/BLI_kdopbvh.h
parentcc650c3d075566c760088e59a316c7efee14fd4a (diff)
Cleanup: rename getepsilon -> get_epsilon
Diffstat (limited to 'source/blender/blenlib/BLI_kdopbvh.h')
-rw-r--r--source/blender/blenlib/BLI_kdopbvh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_kdopbvh.h b/source/blender/blenlib/BLI_kdopbvh.h
index 4813e7b40ca..a884f5ccaf4 100644
--- a/source/blender/blenlib/BLI_kdopbvh.h
+++ b/source/blender/blenlib/BLI_kdopbvh.h
@@ -134,7 +134,7 @@ BVHTreeOverlap *BLI_bvhtree_overlap(
int BLI_bvhtree_get_size(const BVHTree *tree);
-float BLI_bvhtree_getepsilon(const BVHTree *tree);
+float BLI_bvhtree_get_epsilon(const BVHTree *tree);
/* find nearest node to the given coordinates
* (if nearest is given it will only search nodes where square distance is smaller than nearest->dist) */