#include <math.h>
#include <string.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pkgeom.h"
#include "multibs.h"
Functions | |
int | mbs_KnotMultiplicityf (int lastknot, const float *knots, float t) |
int | mbs_FindKnotIntervalf (int degree, int lastknot, const float *knots, float t, int *mult) |
int mbs_FindKnotIntervalf | ( | int | degree, | |
int | lastknot, | |||
const float * | knots, | |||
float | t, | |||
int * | mult | |||
) |
int mbs_KnotMultiplicityf | ( | int | lastknot, | |
const float * | knots, | |||
float | t | |||
) |