#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_multideBoorDerf (int degree, int lastknot, const float *knots, int ncurves, int spdimen, int pitch, const float *ctlpoints, float t, float *cpoints, float *dervect) |
boolean | mbs_deBoorDerPf (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) |
boolean mbs_deBoorDerPf | ( | 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 | |||
) |
int mbs_multideBoorDerf | ( | int | degree, | |
int | lastknot, | |||
const float * | knots, | |||
int | ncurves, | |||
int | spdimen, | |||
int | pitch, | |||
const float * | ctlpoints, | |||
float | t, | |||
float * | cpoints, | |||
float * | dervect | |||
) |