Functions

mbs57f.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
Include dependency graph for mbs57f.c:

Functions

boolean mbs_deBoorDer2Pf (int degreeu, int lastknotu, const float *knotsu, int degreev, int lastknotv, const float *knotsv, int spdimen, int pitch, const float *ctlpoints, float u, float v, float *ppoint, float *uder, float *vder, float *uuder, float *uvder, float *vvder)
boolean mbs_deBoorDer3Pf (int degreeu, int lastknotu, const float *knotsu, int degreev, int lastknotv, const float *knotsv, int spdimen, int pitch, const float *ctlpoints, float u, float v, float *ppoint, float *uder, float *vder, float *uuder, float *uvder, float *vvder, float *uuuder, float *uuvder, float *uvvder, float *vvvder)

Function Documentation

boolean mbs_deBoorDer2Pf ( int  degreeu,
int  lastknotu,
const float *  knotsu,
int  degreev,
int  lastknotv,
const float *  knotsv,
int  spdimen,
int  pitch,
const float *  ctlpoints,
float  u,
float  v,
float *  ppoint,
float *  uder,
float *  vder,
float *  uuder,
float *  uvder,
float *  vvder 
)
boolean mbs_deBoorDer3Pf ( int  degreeu,
int  lastknotu,
const float *  knotsu,
int  degreev,
int  lastknotv,
const float *  knotsv,
int  spdimen,
int  pitch,
const float *  ctlpoints,
float  u,
float  v,
float *  ppoint,
float *  uder,
float *  vder,
float *  uuder,
float *  uvder,
float *  vvder,
float *  uuuder,
float *  uuvder,
float *  uvvder,
float *  vvvder 
)