#include "marMatrix.h"
#include <math.h>
#include "marMathConst.h"
#include "curve.hxx"
Go to the source code of this file.
Defines | |
#define | KCURVE_CHANGE_DIMENSIONS() |
Functions | |
void | f_catmull (double *N, double t) |
void | f_d1_catmull (double *N, double t) |
void | f_d2_catmull (double *N, double t) |
#define KCURVE_CHANGE_DIMENSIONS | ( | ) |
void f_catmull | ( | double * | N, | |
double | t | |||
) |
void f_d1_catmull | ( | double * | N, | |
double | t | |||
) |
void f_d2_catmull | ( | double * | N, | |
double | t | |||
) |