Defines | Functions

mbs38f.c File Reference

#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "pkvaria.h"
#include "pkgeom.h"
#include "multibs.h"
#include "msgpool.h"
Include dependency graph for mbs38f.c:

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 Documentation

#define CONST_

Function Documentation

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 
)