curve: de casteljau implementation for solving cubic bezier

This commit is contained in:
Recep Aslantas
2019-01-28 15:52:42 +03:00
parent 730cb1e9f7
commit c22231f296
5 changed files with 103 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ extern "C" {
#include "call/sphere.h"
#include "call/ease.h"
#include "call/curve.h"
#include "call/bezier.h"
#ifdef __cplusplus
}