needed to remove gen_utils functions from Mathutils.c

This commit is contained in:
2009-04-21 12:42:37 +00:00
parent d11a5bbef2
commit aa3c9ad0d8
3 changed files with 272 additions and 252 deletions

View File

@@ -57,7 +57,7 @@ struct PyMethodDef Vector_methods[] = {
{NULL, NULL, 0, NULL}
};
/*-----------------------------METHODS----------------------------
/*-----------------------------METHODS---------------------------- */
/*----------------------------Vector.zero() ----------------------
set the vector data to 0,0,0 */
PyObject *Vector_Zero(VectorObject * self)