Functions

bsfile06r.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <malloc.h>
#include <string.h>
#include <ctype.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "camerad.h"
#include "multibs.h"
#include "bsfile.h"
Include dependency graph for bsfile06r.c:

Functions

boolean bsf_ReadBSplineCurve4d (int maxdeg, int maxlastknot, int maxncpoints, int *deg, int *lastknot, double *knots, boolean *closed, point4d *cpoints, int *spdimen, boolean *rational, byte *mk, char *name)

Function Documentation

boolean bsf_ReadBSplineCurve4d ( int  maxdeg,
int  maxlastknot,
int  maxncpoints,
int *  deg,
int *  lastknot,
double *  knots,
boolean closed,
point4d cpoints,
int *  spdimen,
boolean rational,
byte mk,
char *  name 
)