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>2011-11-16 07:56:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-16 07:56:34 +0400
commitba7fbf6ae73ff488300b1e22d440cba0b0bd89cc (patch)
tree7c24ef8435bcabdd698c203982a0fdcb67fc988f /source/blender/python/mathutils/mathutils_geometry.c
parent9d31c99c26956ecedf0bdcf9e02ce412d313257b (diff)
formatting edits & doc correction, no functional changes.
Diffstat (limited to 'source/blender/python/mathutils/mathutils_geometry.c')
-rw-r--r--source/blender/python/mathutils/mathutils_geometry.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/mathutils/mathutils_geometry.c b/source/blender/python/mathutils/mathutils_geometry.c
index dfa1c98b94b..3bf2997e8c9 100644
--- a/source/blender/python/mathutils/mathutils_geometry.c
+++ b/source/blender/python/mathutils/mathutils_geometry.c
@@ -48,8 +48,6 @@
#include "BLI_utildefines.h"
#define SWAP_FLOAT(a, b, tmp) tmp=a; a=b; b=tmp
-#define eps 0.000001
-
/*-------------------------DOC STRINGS ---------------------------*/
PyDoc_STRVAR(M_Geometry_doc,