#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_multideBoorDerd (int degree, int lastknot, const double *knots, int ncurves, int spdimen, int pitch, const double *ctlpoints, double t, double *cpoints, double *dervect) |
boolean | mbs_deBoorDerPd (int degreeu, int lastknotu, const double *knotsu, int degreev, int lastknotv, const double *knotsv, int spdimen, int pitch, const double *ctlpoints, double u, double v, double *ppoint, double *uder, double *vder) |
boolean mbs_deBoorDerPd | ( | int | degreeu, | |
int | lastknotu, | |||
const double * | knotsu, | |||
int | degreev, | |||
int | lastknotv, | |||
const double * | knotsv, | |||
int | spdimen, | |||
int | pitch, | |||
const double * | ctlpoints, | |||
double | u, | |||
double | v, | |||
double * | ppoint, | |||
double * | uder, | |||
double * | vder | |||
) |
int mbs_multideBoorDerd | ( | int | degree, | |
int | lastknot, | |||
const double * | knots, | |||
int | ncurves, | |||
int | spdimen, | |||
int | pitch, | |||
const double * | ctlpoints, | |||
double | t, | |||
double * | cpoints, | |||
double * | dervect | |||
) |