formatting edits & doc correction, no functional changes.

This commit is contained in:
2011-11-16 03:56:34 +00:00
parent 9d31c99c26
commit ba7fbf6ae7
5 changed files with 138 additions and 132 deletions

View File

@@ -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,