#include <string.h>
#include <math.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
Functions | |
void | mbs_BSPatchToBezf (int spdimen, int degreeu, int lastuknot, const float *uknots, int degreev, int lastvknot, const float *vknots, int inpitch, const float *inctlp, int *kupcs, int *lastoutuknot, float *outuknots, int *kvpcs, int *lastoutvknot, float *outvknots, int outpitch, float *outctlp) |
void mbs_BSPatchToBezf | ( | int | spdimen, | |
int | degreeu, | |||
int | lastuknot, | |||
const float * | uknots, | |||
int | degreev, | |||
int | lastvknot, | |||
const float * | vknots, | |||
int | inpitch, | |||
const float * | inctlp, | |||
int * | kupcs, | |||
int * | lastoutuknot, | |||
float * | outuknots, | |||
int * | kvpcs, | |||
int * | lastoutvknot, | |||
float * | outvknots, | |||
int | outpitch, | |||
float * | outctlp | |||
) |