#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 | |
void | mbs_multiInterp2knHermiteBSd (int ncurves, int spdimen, int degree, int lastknot, const double *knots, int nlbc, int lbcpitch, const double *lbc, int nrbc, int rbcpitch, const double *rbc, int pitch, double *ctlpoints) |
void mbs_multiInterp2knHermiteBSd | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
int | lastknot, | |||
const double * | knots, | |||
int | nlbc, | |||
int | lbcpitch, | |||
const double * | lbc, | |||
int | nrbc, | |||
int | rbcpitch, | |||
const double * | rbc, | |||
int | pitch, | |||
double * | ctlpoints | |||
) |