mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
curve: cubic hermite intrpolation
This commit is contained in:
@@ -17,6 +17,10 @@ CGLM_EXPORT
|
||||
float
|
||||
glmc_bezier(float s, float p0, float c0, float c1, float p1);
|
||||
|
||||
CGLM_EXPORT
|
||||
float
|
||||
glmc_hermite(float s, float p0, float t0, float t1, float p1);
|
||||
|
||||
CGLM_EXPORT
|
||||
float
|
||||
glmc_decasteljau(float prm, float p0, float c0, float c1, float p1);
|
||||
|
||||
Reference in New Issue
Block a user