#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
#include "msgpool.h"
Functions | |
void | mbs_multiBSChangeLeftKnotsf (int ncurves, int spdimen, int degree, float *knots, int pitch, float *ctlpoints, float *newknots) |
void | mbs_multiBSChangeRightKnotsf (int ncurves, int spdimen, int degree, int lastknot, float *knots, int pitch, float *ctlpoints, float *newknots) |
void mbs_multiBSChangeLeftKnotsf | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
float * | knots, | |||
int | pitch, | |||
float * | ctlpoints, | |||
float * | newknots | |||
) |
void mbs_multiBSChangeRightKnotsf | ( | int | ncurves, | |
int | spdimen, | |||
int | degree, | |||
int | lastknot, | |||
float * | knots, | |||
int | pitch, | |||
float * | ctlpoints, | |||
float * | newknots | |||
) |