Code cleanup: de-duplicate cotangent weight function & add arg sizes

This commit is contained in:
2014-03-30 11:08:33 +11:00
parent 23ef10c705
commit 1f58bfb8be
19 changed files with 67 additions and 131 deletions

View File

@@ -250,7 +250,7 @@ void testhandles_fcurve(struct FCurve *fcu, const bool use_handle);
void sort_time_fcurve(struct FCurve *fcu);
short test_time_fcurve(struct FCurve *fcu);
void correct_bezpart(float *v1, float *v2, float *v3, float *v4);
void correct_bezpart(float v1[2], float v2[2], float v3[2], float v4[2]);
/* -------- Evaluation -------- */