#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_multiRemoveSuperfluousKnotsd (int ncurves, int spdimen, int degree, int *lastknot, double *knots, int inpitch, int outpitch, double *ctlpoints) |
int | mbs_LastknotMaxInsd (int degree, int lastknot, const double *knots, int *numknotintervals) |
void | mbs_multiMaxKnotInsd (int ncurves, int spdimen, int degree, int inlastknot, const double *inknots, int inpitch, const double *inctlpoints, int *outlastknot, double *outknots, int outpitch, double *outctlpoints, int *skipl, int *skipr) |
int mbs_LastknotMaxInsd | ( | int | degree, | |
int | lastknot, | |||
const double * | knots, | |||
int * | numknotintervals | |||
) |
void mbs_multiMaxKnotInsd | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
int | inlastknot, | |||
const double * | inknots, | |||
int | inpitch, | |||
const double * | inctlpoints, | |||
int * | outlastknot, | |||
double * | outknots, | |||
int | outpitch, | |||
double * | outctlpoints, | |||
int * | skipl, | |||
int * | skipr | |||
) |
void mbs_multiRemoveSuperfluousKnotsd | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
int * | lastknot, | |||
double * | knots, | |||
int | inpitch, | |||
int | outpitch, | |||
double * | ctlpoints | |||
) |