#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_ReadBSplinePatch4d (int maxdeg, int maxlastknot, int maxncpoints, int *udeg, int *lastknotu, double *knotsu, int *vdeg, int *lastknotv, double *knotsv, boolean *closed_u, boolean *closed_v, int *pitch, point4d *cpoints, int *spdimen, boolean *rational, byte *mk, char *name) |
| boolean bsf_ReadBSplinePatch4d | ( | int | maxdeg, | |
| int | maxlastknot, | |||
| int | maxncpoints, | |||
| int * | udeg, | |||
| int * | lastknotu, | |||
| double * | knotsu, | |||
| int * | vdeg, | |||
| int * | lastknotv, | |||
| double * | knotsv, | |||
| boolean * | closed_u, | |||
| boolean * | closed_v, | |||
| int * | pitch, | |||
| point4d * | cpoints, | |||
| int * | spdimen, | |||
| boolean * | rational, | |||
| byte * | mk, | |||
| char * | name | |||
| ) |
1.7.1