Functions

mbs41f.c File Reference

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

Functions

int mbs_multideBoorDer2f (int degree, int lastknot, const float *knots, int ncurves, int spdimen, int pitch, const float *ctlpoints, float t, float *p, float *d1, float *d2)
int mbs_multideBoorDer3f (int degree, int lastknot, const float *knots, int ncurves, int spdimen, int pitch, const float *ctlpoints, float t, float *p, float *d1, float *d2, float *d3)

Function Documentation

int mbs_multideBoorDer2f ( int  degree,
int  lastknot,
const float *  knots,
int  ncurves,
int  spdimen,
int  pitch,
const float *  ctlpoints,
float  t,
float *  p,
float *  d1,
float *  d2 
)
int mbs_multideBoorDer3f ( int  degree,
int  lastknot,
const float *  knots,
int  ncurves,
int  spdimen,
int  pitch,
const float *  ctlpoints,
float  t,
float *  p,
float *  d1,
float *  d2,
float *  d3 
)