8 #ifndef __KOS_BSPLINE_H
9 #define __KOS_BSPLINE_H
24 #include <sys/cdefs.h>
void bspline_coeff(const point_t *pnt)
Calculate and set b-spline coefficients.
4-part vector type.
Definition: vector.h:34
Primitive matrix, vector, and point types.
void bspline_get_point(float t, point_t *p)
Generate the next point for the current set of coefficients.