#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_FindBSCommonKnotSequenced (int *degree, int *lastknot, double **knots, int nsequences,...) |
boolean | mbs_multiAdjustBSCRepd (int ncurves, int spdimen, int indegree, int inlastknot, const double *inknots, int inpitch, const double *inctlpoints, int outdegree, int outlastknot, CONST_ double *outknots, int outpitch, double *outctlpoints) |
#define CONST_ |
boolean mbs_FindBSCommonKnotSequenced | ( | int * | degree, | |
int * | lastknot, | |||
double ** | knots, | |||
int | nsequences, | |||
... | ||||
) |
boolean mbs_multiAdjustBSCRepd | ( | int | ncurves, | |
int | spdimen, | |||
int | indegree, | |||
int | inlastknot, | |||
const double * | inknots, | |||
int | inpitch, | |||
const double * | inctlpoints, | |||
int | outdegree, | |||
int | outlastknot, | |||
CONST_ double * | outknots, | |||
int | outpitch, | |||
double * | outctlpoints | |||
) |