#include <string.h>
#include <math.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
Functions | |
boolean | mbs_OsloKnotsCorrectf (int lastuknot, const float *uknots, int lastvknot, const float *vknots) |
int | mbs_BuildOsloMatrixProfilef (int degree, int lastuknot, const float *uknots, int lastvknot, const float *vknots, bandm_profile *prof) |
void | mbs_BuildOsloMatrixf (int degree, int lastuknot, const float *uknots, const float *vknots, const bandm_profile *prof, float *a) |
void mbs_BuildOsloMatrixf | ( | int | degree, | |
int | lastuknot, | |||
const float * | uknots, | |||
const float * | vknots, | |||
const bandm_profile * | prof, | |||
float * | a | |||
) |
int mbs_BuildOsloMatrixProfilef | ( | int | degree, | |
int | lastuknot, | |||
const float * | uknots, | |||
int | lastvknot, | |||
const float * | vknots, | |||
bandm_profile * | prof | |||
) |
boolean mbs_OsloKnotsCorrectf | ( | int | lastuknot, | |
const float * | uknots, | |||
int | lastvknot, | |||
const float * | vknots | |||
) |