#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_multiOsloInsertKnotsd (int ncurves, int spdimen, int degree, int inlastknot, const double *inknots, int inpitch, double *inctlpoints, int outlastknot, const double *outknots, int outpitch, double *outctlpoints) |
void | mbs_multiOsloRemoveKnotsLSQd (int ncurves, int spdimen, int degree, int inlastknot, const double *inknots, int inpitch, double *inctlpoints, int outlastknot, const double *outknots, int outpitch, double *outctlpoints) |
void mbs_multiOsloInsertKnotsd | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
int | inlastknot, | |||
const double * | inknots, | |||
int | inpitch, | |||
double * | inctlpoints, | |||
int | outlastknot, | |||
const double * | outknots, | |||
int | outpitch, | |||
double * | outctlpoints | |||
) |
void mbs_multiOsloRemoveKnotsLSQd | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
int | inlastknot, | |||
const double * | inknots, | |||
int | inpitch, | |||
double * | inctlpoints, | |||
int | outlastknot, | |||
const double * | outknots, | |||
int | outpitch, | |||
double * | outctlpoints | |||
) |