#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_multiOsloInsertKnotsf (int ncurves, int spdimen, int degree, int inlastknot, const float *inknots, int inpitch, float *inctlpoints, int outlastknot, const float *outknots, int outpitch, float *outctlpoints) |
void | mbs_multiOsloRemoveKnotsLSQf (int ncurves, int spdimen, int degree, int inlastknot, const float *inknots, int inpitch, float *inctlpoints, int outlastknot, const float *outknots, int outpitch, float *outctlpoints) |
void mbs_multiOsloInsertKnotsf | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
int | inlastknot, | |||
const float * | inknots, | |||
int | inpitch, | |||
float * | inctlpoints, | |||
int | outlastknot, | |||
const float * | outknots, | |||
int | outpitch, | |||
float * | outctlpoints | |||
) |
void mbs_multiOsloRemoveKnotsLSQf | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
int | inlastknot, | |||
const float * | inknots, | |||
int | inpitch, | |||
float * | inctlpoints, | |||
int | outlastknot, | |||
const float * | outknots, | |||
int | outpitch, | |||
float * | outctlpoints | |||
) |