#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "pkvaria.h"
#include "pkgeom.h"
#include "multibs.h"
#include "msgpool.h"
Defines | |
#define | CONST_ |
Functions | |
void | mbs_multiAddBSCurvesf (int ncurves, int spdimen, int degree1, int lastknot1, CONST_ float *knots1, int pitch1, CONST_ float *ctlpoints1, int degree2, int lastknot2, CONST_ float *knots2, int pitch2, CONST_ float *ctlpoints2, int *sumdeg, int *sumlastknot, float *sumknots, int sumpitch, float *sumctlpoints) |
void | mbs_multiSubtractBSCurvesf (int ncurves, int spdimen, int degree1, int lastknot1, CONST_ float *knots1, int pitch1, CONST_ float *ctlpoints1, int degree2, int lastknot2, CONST_ float *knots2, int pitch2, CONST_ float *ctlpoints2, int *sumdeg, int *sumlastknot, float *sumknots, int sumpitch, float *sumctlpoints) |
#define CONST_ |
void mbs_multiAddBSCurvesf | ( | int | ncurves, | |
int | spdimen, | |||
int | degree1, | |||
int | lastknot1, | |||
CONST_ float * | knots1, | |||
int | pitch1, | |||
CONST_ float * | ctlpoints1, | |||
int | degree2, | |||
int | lastknot2, | |||
CONST_ float * | knots2, | |||
int | pitch2, | |||
CONST_ float * | ctlpoints2, | |||
int * | sumdeg, | |||
int * | sumlastknot, | |||
float * | sumknots, | |||
int | sumpitch, | |||
float * | sumctlpoints | |||
) |
void mbs_multiSubtractBSCurvesf | ( | int | ncurves, | |
int | spdimen, | |||
int | degree1, | |||
int | lastknot1, | |||
CONST_ float * | knots1, | |||
int | pitch1, | |||
CONST_ float * | ctlpoints1, | |||
int | degree2, | |||
int | lastknot2, | |||
CONST_ float * | knots2, | |||
int | pitch2, | |||
CONST_ float * | ctlpoints2, | |||
int * | sumdeg, | |||
int * | sumlastknot, | |||
float * | sumknots, | |||
int | sumpitch, | |||
float * | sumctlpoints | |||
) |