#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
#include "msgpool.h"
Functions | |
void | mbs_multiBSChangeLeftKnotsd (int ncurves, int spdimen, int degree, double *knots, int pitch, double *ctlpoints, double *newknots) |
void | mbs_multiBSChangeRightKnotsd (int ncurves, int spdimen, int degree, int lastknot, double *knots, int pitch, double *ctlpoints, double *newknots) |
void mbs_multiBSChangeLeftKnotsd | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
double * | knots, | |||
int | pitch, | |||
double * | ctlpoints, | |||
double * | newknots | |||
) |
void mbs_multiBSChangeRightKnotsd | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
int | lastknot, | |||
double * | knots, | |||
int | pitch, | |||
double * | ctlpoints, | |||
double * | newknots | |||
) |