remove bezier_solve for now

This commit is contained in:
Recep Aslantas
2019-02-02 15:30:05 +03:00
parent 4e5879497e
commit 60cfc87009
3 changed files with 0 additions and 27 deletions

View File

@@ -25,10 +25,6 @@ CGLM_EXPORT
float
glmc_decasteljau(float prm, float p0, float c0, float c1, float p1);
CGLM_EXPORT
float
glmc_bezier_solve(float prm, float p0, float c0, float c1, float p1);
#ifdef __cplusplus
}
#endif