#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_multiBSCubicInterpd (int lastinterpknot, double *interpknots, int ncurves, int spdimen, int xpitch, const double *x, int ypitch, char bcl, const double *ybcl, char bcr, const double *ybcr, int *lastbsknot, double *bsknots, int bspitch, double *ctlpoints) |
void mbs_multiBSCubicInterpd | ( | int | lastinterpknot, | |
double * | interpknots, | |||
int | ncurves, | |||
int | spdimen, | |||
int | xpitch, | |||
const double * | x, | |||
int | ypitch, | |||
char | bcl, | |||
const double * | ybcl, | |||
char | bcr, | |||
const double * | ybcr, | |||
int * | lastbsknot, | |||
double * | bsknots, | |||
int | bspitch, | |||
double * | ctlpoints | |||
) |