#include <stdlib.h>#include <math.h>#include <string.h>#include <stdio.h>#include "pkvaria.h"#include "pkgeom.h"#include "multibs.h"#include "msgpool.h"
Functions | |
| int | mbs_multideBoorDer2f (int degree, int lastknot, const float *knots, int ncurves, int spdimen, int pitch, const float *ctlpoints, float t, float *p, float *d1, float *d2) |
| int | mbs_multideBoorDer3f (int degree, int lastknot, const float *knots, int ncurves, int spdimen, int pitch, const float *ctlpoints, float t, float *p, float *d1, float *d2, float *d3) |
| int mbs_multideBoorDer2f | ( | int | degree, | |
| int | lastknot, | |||
| const float * | knots, | |||
| int | ncurves, | |||
| int | spdimen, | |||
| int | pitch, | |||
| const float * | ctlpoints, | |||
| float | t, | |||
| float * | p, | |||
| float * | d1, | |||
| float * | d2 | |||
| ) |
| int mbs_multideBoorDer3f | ( | int | degree, | |
| int | lastknot, | |||
| const float * | knots, | |||
| int | ncurves, | |||
| int | spdimen, | |||
| int | pitch, | |||
| const float * | ctlpoints, | |||
| float | t, | |||
| float * | p, | |||
| float * | d1, | |||
| float * | d2, | |||
| float * | d3 | |||
| ) |
1.7.1