From c5a26bef5dee3b300dc8909b442bf2828cc3a8b1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 6 May 2016 06:03:03 +1000 Subject: Cleanup: rename getepsilon -> get_epsilon --- source/blender/blenlib/BLI_kdopbvh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_kdopbvh.h') 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) */ -- cgit v1.2.3