#include <math.h>#include <string.h>#include <stdio.h>#include "pkvaria.h"#include "pkgeom.h"#include "multibs.h"
Functions | |
| int | mbs_NumKnotIntervalsf (int degree, int lastknot, const float *knots) |
| int | mbs_BSProdRepSizef (int degree1, int lastknot1, const float *knots1, int degree2, int lastknot2, const float *knots2) |
| int | mbs_NumMaxKnotsf (int degree, int lastknot, const float *knots) |
| void | mbs_SetBSProdKnotsf (int degree1, int lastknot1, const float *knots1, int degree2, int lastknot2, const float *knots2, int *degree, int *lastknot, float *knots) |
| void | mbs_SetKnotPatternf (int lastinknot, const float *inknots, int multipl, int *lastoutknot, float *outknots) |
| void | mbs_multiBezScalef (int degree, int narcs, int ncurves, int spdimen, int pitch, float *ctlpoints) |
| void | mbs_multiBezUnscalef (int degree, int narcs, int ncurves, int spdimen, int pitch, float *ctlpoints) |
| int mbs_BSProdRepSizef | ( | int | degree1, | |
| int | lastknot1, | |||
| const float * | knots1, | |||
| int | degree2, | |||
| int | lastknot2, | |||
| const float * | knots2 | |||
| ) |
| void mbs_multiBezScalef | ( | int | degree, | |
| int | narcs, | |||
| int | ncurves, | |||
| int | spdimen, | |||
| int | pitch, | |||
| float * | ctlpoints | |||
| ) |
| void mbs_multiBezUnscalef | ( | int | degree, | |
| int | narcs, | |||
| int | ncurves, | |||
| int | spdimen, | |||
| int | pitch, | |||
| float * | ctlpoints | |||
| ) |
| int mbs_NumKnotIntervalsf | ( | int | degree, | |
| int | lastknot, | |||
| const float * | knots | |||
| ) |
| int mbs_NumMaxKnotsf | ( | int | degree, | |
| int | lastknot, | |||
| const float * | knots | |||
| ) |
| void mbs_SetBSProdKnotsf | ( | int | degree1, | |
| int | lastknot1, | |||
| const float * | knots1, | |||
| int | degree2, | |||
| int | lastknot2, | |||
| const float * | knots2, | |||
| int * | degree, | |||
| int * | lastknot, | |||
| float * | knots | |||
| ) |
| void mbs_SetKnotPatternf | ( | int | lastinknot, | |
| const float * | inknots, | |||
| int | multipl, | |||
| int * | lastoutknot, | |||
| float * | outknots | |||
| ) |
1.7.1