#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_multiAddBSCurvesd (int ncurves, int spdimen, int degree1, int lastknot1, CONST_ double *knots1, int pitch1, CONST_ double *ctlpoints1, int degree2, int lastknot2, CONST_ double *knots2, int pitch2, CONST_ double *ctlpoints2, int *sumdeg, int *sumlastknot, double *sumknots, int sumpitch, double *sumctlpoints) |
| void | mbs_multiSubtractBSCurvesd (int ncurves, int spdimen, int degree1, int lastknot1, CONST_ double *knots1, int pitch1, CONST_ double *ctlpoints1, int degree2, int lastknot2, CONST_ double *knots2, int pitch2, CONST_ double *ctlpoints2, int *sumdeg, int *sumlastknot, double *sumknots, int sumpitch, double *sumctlpoints) |
| #define CONST_ |
| void mbs_multiAddBSCurvesd | ( | int | ncurves, | |
| int | spdimen, | |||
| int | degree1, | |||
| int | lastknot1, | |||
| CONST_ double * | knots1, | |||
| int | pitch1, | |||
| CONST_ double * | ctlpoints1, | |||
| int | degree2, | |||
| int | lastknot2, | |||
| CONST_ double * | knots2, | |||
| int | pitch2, | |||
| CONST_ double * | ctlpoints2, | |||
| int * | sumdeg, | |||
| int * | sumlastknot, | |||
| double * | sumknots, | |||
| int | sumpitch, | |||
| double * | sumctlpoints | |||
| ) |
| void mbs_multiSubtractBSCurvesd | ( | int | ncurves, | |
| int | spdimen, | |||
| int | degree1, | |||
| int | lastknot1, | |||
| CONST_ double * | knots1, | |||
| int | pitch1, | |||
| CONST_ double * | ctlpoints1, | |||
| int | degree2, | |||
| int | lastknot2, | |||
| CONST_ double * | knots2, | |||
| int | pitch2, | |||
| CONST_ double * | ctlpoints2, | |||
| int * | sumdeg, | |||
| int * | sumlastknot, | |||
| double * | sumknots, | |||
| int | sumpitch, | |||
| double * | sumctlpoints | |||
| ) |
1.7.1