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,9 +25,3 @@ float
glmc_decasteljau(float prm, float p0, float c0, float c1, float p1) {
return glm_decasteljau(prm, p0, c0, c1, p1);
}
CGLM_EXPORT
float
glmc_bezier_solve(float prm, float p0, float c0, float c1, float p1) {
return glm_bezier_solve(prm, p0, c0, c1, p1);
}