finish adding Geometry module, removed polyfill from mathutils, updated epydoc links and updated BPyMesh NGon function

This commit is contained in:
2006-07-02 15:28:28 +00:00
parent 156f2030fd
commit 6adf0e6543
5 changed files with 5 additions and 104 deletions

View File

@@ -72,7 +72,6 @@ PyObject *M_Mathutils_TriangleArea( PyObject * self, PyObject * args );
PyObject *M_Mathutils_TriangleNormal( PyObject * self, PyObject * args );
PyObject *M_Mathutils_QuadNormal( PyObject * self, PyObject * args );
PyObject *M_Mathutils_LineIntersect( PyObject * self, PyObject * args );
PyObject *M_Mathutils_PolyFill( PyObject * self, PyObject * args );
PyObject *M_Mathutils_Point(PyObject * self, PyObject * args);
//DEPRECATED
PyObject *M_Mathutils_CopyMat(PyObject * self, PyObject * args);