#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
#include "msgpool.h"
Defines | |
#define | CONST_ |
Functions | |
boolean | mbs_FindBSCommonKnotSequencef (int *degree, int *lastknot, float **knots, int nsequences,...) |
boolean | mbs_multiAdjustBSCRepf (int ncurves, int spdimen, int indegree, int inlastknot, const float *inknots, int inpitch, const float *inctlpoints, int outdegree, int outlastknot, CONST_ float *outknots, int outpitch, float *outctlpoints) |
#define CONST_ |
boolean mbs_FindBSCommonKnotSequencef | ( | int * | degree, | |
int * | lastknot, | |||
float ** | knots, | |||
int | nsequences, | |||
... | ||||
) |
boolean mbs_multiAdjustBSCRepf | ( | int | ncurves, | |
int | spdimen, | |||
int | indegree, | |||
int | inlastknot, | |||
const float * | inknots, | |||
int | inpitch, | |||
const float * | inctlpoints, | |||
int | outdegree, | |||
int | outlastknot, | |||
CONST_ float * | outknots, | |||
int | outpitch, | |||
float * | outctlpoints | |||
) |