This commit is contained in:
Nathan Letwory
2011-07-27 07:42:53 +00:00
parent f54068719f
commit 73a9ce7ec0
86 changed files with 1315 additions and 597 deletions

View File

@@ -108,4 +108,6 @@ int _BaseMathObject_WriteIndexCallback(BaseMathObject *self, int index);
int mathutils_array_parse(float *array, int array_min, int array_max, PyObject *value, const char *error_prefix);
int mathutils_any_to_rotmat(float rmat[3][3], PyObject *value, const char *error_prefix);
int column_vector_multiplication(float rvec[4], VectorObject *vec, MatrixObject *mat);
#endif /* MATHUTILS_H */