#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"
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) |