#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_multiInterp2knHermiteBezf (int ncurves, int spdimen, int degree, int nlbc, int lbcpitch, const float *lbc, int nrbc, int rbcpitch, const float *rbc, int pitch, float *ctlpoints) |
void mbs_multiInterp2knHermiteBezf | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
int | nlbc, | |||
int | lbcpitch, | |||
const float * | lbc, | |||
int | nrbc, | |||
int | rbcpitch, | |||
const float * | rbc, | |||
int | pitch, | |||
float * | ctlpoints | |||
) |