#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pkgeom.h"
#include "multibs.h"
#include "msgpool.h"
Functions | |
void | mbs_multiBCDegElevf (int ncurves, int spdimen, int inpitch, int indegree, const float *inctlpoints, int deltadeg, int outpitch, int *outdegree, float *outctlpoints) |
void | mbs_multiBSDegElevf (int ncurves, int spdimen, int indegree, int inlastknot, const float *inknots, int inpitch, const float *inctlpoints, int deltadeg, int *outdegree, int *outlastknot, float *outknots, int outpitch, float *outctlpoints, boolean freeend) |
void mbs_multiBCDegElevf | ( | int | ncurves, | |
int | spdimen, | |||
int | inpitch, | |||
int | indegree, | |||
const float * | inctlpoints, | |||
int | deltadeg, | |||
int | outpitch, | |||
int * | outdegree, | |||
float * | outctlpoints | |||
) |
void mbs_multiBSDegElevf | ( | int | ncurves, | |
int | spdimen, | |||
int | indegree, | |||
int | inlastknot, | |||
const float * | inknots, | |||
int | inpitch, | |||
const float * | inctlpoints, | |||
int | deltadeg, | |||
int * | outdegree, | |||
int * | outlastknot, | |||
float * | outknots, | |||
int | outpitch, | |||
float * | outctlpoints, | |||
boolean | freeend | |||
) |