#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_multiRemoveSuperfluousKnotsf (int ncurves, int spdimen, int degree, int *lastknot, float *knots, int inpitch, int outpitch, float *ctlpoints) |
int | mbs_LastknotMaxInsf (int degree, int lastknot, const float *knots, int *numknotintervals) |
void | mbs_multiMaxKnotInsf (int ncurves, int spdimen, int degree, int inlastknot, const float *inknots, int inpitch, const float *inctlpoints, int *outlastknot, float *outknots, int outpitch, float *outctlpoints, int *skipl, int *skipr) |
int mbs_LastknotMaxInsf | ( | int | degree, | |
int | lastknot, | |||
const float * | knots, | |||
int * | numknotintervals | |||
) |
void mbs_multiMaxKnotInsf | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
int | inlastknot, | |||
const float * | inknots, | |||
int | inpitch, | |||
const float * | inctlpoints, | |||
int * | outlastknot, | |||
float * | outknots, | |||
int | outpitch, | |||
float * | outctlpoints, | |||
int * | skipl, | |||
int * | skipr | |||
) |
void mbs_multiRemoveSuperfluousKnotsf | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
int * | lastknot, | |||
float * | knots, | |||
int | inpitch, | |||
int | outpitch, | |||
float * | ctlpoints | |||
) |