#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
#include "msgpool.h"
Defines | |
#define | CONST_ |
#define | WGT 0.5*SQRT2 |
Functions | |
boolean | mbs_multiBSDegRedd (int ncurves, int spdimen, int indegree, int inlastknot, const double *inknots, int inpitch, CONST_ double *inctlpoints, int deltadeg, int *outdegree, int *outlastknot, double *outknots, int outpitch, double *outctlpoints) |
boolean | mbs_multiBSDegRedClosedd (int ncurves, int spdimen, int indegree, int inlastknot, const double *inknots, int inpitch, CONST_ double *inctlpoints, int deltadeg, int *outdegree, int *outlastknot, double *outknots, int outpitch, double *outctlpoints) |
#define CONST_ |
#define WGT 0.5*SQRT2 |
boolean mbs_multiBSDegRedClosedd | ( | int | ncurves, | |
int | spdimen, | |||
int | indegree, | |||
int | inlastknot, | |||
const double * | inknots, | |||
int | inpitch, | |||
CONST_ double * | inctlpoints, | |||
int | deltadeg, | |||
int * | outdegree, | |||
int * | outlastknot, | |||
double * | outknots, | |||
int | outpitch, | |||
double * | outctlpoints | |||
) |
boolean mbs_multiBSDegRedd | ( | int | ncurves, | |
int | spdimen, | |||
int | indegree, | |||
int | inlastknot, | |||
const double * | inknots, | |||
int | inpitch, | |||
CONST_ double * | inctlpoints, | |||
int | deltadeg, | |||
int * | outdegree, | |||
int * | outlastknot, | |||
double * | outknots, | |||
int | outpitch, | |||
double * | outctlpoints | |||
) |