#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_multiBSDegRedf (int ncurves, int spdimen, int indegree, int inlastknot, const float *inknots, int inpitch, CONST_ float *inctlpoints, int deltadeg, int *outdegree, int *outlastknot, float *outknots, int outpitch, float *outctlpoints) |
boolean | mbs_multiBSDegRedClosedf (int ncurves, int spdimen, int indegree, int inlastknot, const float *inknots, int inpitch, CONST_ float *inctlpoints, int deltadeg, int *outdegree, int *outlastknot, float *outknots, int outpitch, float *outctlpoints) |
#define CONST_ |
#define WGT 0.5*SQRT2 |
boolean mbs_multiBSDegRedClosedf | ( | int | ncurves, | |
int | spdimen, | |||
int | indegree, | |||
int | inlastknot, | |||
const float * | inknots, | |||
int | inpitch, | |||
CONST_ float * | inctlpoints, | |||
int | deltadeg, | |||
int * | outdegree, | |||
int * | outlastknot, | |||
float * | outknots, | |||
int | outpitch, | |||
float * | outctlpoints | |||
) |
boolean mbs_multiBSDegRedf | ( | int | ncurves, | |
int | spdimen, | |||
int | indegree, | |||
int | inlastknot, | |||
const float * | inknots, | |||
int | inpitch, | |||
CONST_ float * | inctlpoints, | |||
int | deltadeg, | |||
int * | outdegree, | |||
int * | outlastknot, | |||
float * | outknots, | |||
int | outpitch, | |||
float * | outctlpoints | |||
) |