#include <stdio.h>#include <stdlib.h>#include <math.h>#include "pkvaria.h"#include "pknum.h"#include "pkgeom.h"#include "multibs.h"
Functions | |
| boolean | mbs_deBoorDer2Pf (int degreeu, int lastknotu, const float *knotsu, int degreev, int lastknotv, const float *knotsv, int spdimen, int pitch, const float *ctlpoints, float u, float v, float *ppoint, float *uder, float *vder, float *uuder, float *uvder, float *vvder) |
| boolean | mbs_deBoorDer3Pf (int degreeu, int lastknotu, const float *knotsu, int degreev, int lastknotv, const float *knotsv, int spdimen, int pitch, const float *ctlpoints, float u, float v, float *ppoint, float *uder, float *vder, float *uuder, float *uvder, float *vvder, float *uuuder, float *uuvder, float *uvvder, float *vvvder) |
| boolean mbs_deBoorDer2Pf | ( | int | degreeu, | |
| int | lastknotu, | |||
| const float * | knotsu, | |||
| int | degreev, | |||
| int | lastknotv, | |||
| const float * | knotsv, | |||
| int | spdimen, | |||
| int | pitch, | |||
| const float * | ctlpoints, | |||
| float | u, | |||
| float | v, | |||
| float * | ppoint, | |||
| float * | uder, | |||
| float * | vder, | |||
| float * | uuder, | |||
| float * | uvder, | |||
| float * | vvder | |||
| ) |
| boolean mbs_deBoorDer3Pf | ( | int | degreeu, | |
| int | lastknotu, | |||
| const float * | knotsu, | |||
| int | degreev, | |||
| int | lastknotv, | |||
| const float * | knotsv, | |||
| int | spdimen, | |||
| int | pitch, | |||
| const float * | ctlpoints, | |||
| float | u, | |||
| float | v, | |||
| float * | ppoint, | |||
| float * | uder, | |||
| float * | vder, | |||
| float * | uuder, | |||
| float * | uvder, | |||
| float * | vvder, | |||
| float * | uuuder, | |||
| float * | uuvder, | |||
| float * | uvvder, | |||
| float * | vvvder | |||
| ) |
1.7.1