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