#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
#include "eg2holef.h"
#include "eg2hprivatef.h"
#include "eg2herror.h"
Defines | |
#define | CONST_ |
#define | NCTLP (lastomcknot-G2_CROSS00DEG) |
Functions | |
boolean | g2h_GetSplFinalPatchCurvesf (GHoleDomainf *domain, int spdimen, CONST_ float *hole_cp, float *acoeff, void(*outcurve)(int n, int lkn, const float *kn, const float *cp)) |
boolean | g2h_GetSplABasisFPatchCurvef (GHoleDomainf *domain, int fn, int i, int *lkn, float *kn, float *bfpc) |
boolean | g2h_GetSplBBasisFPatchCurvef (GHoleDomainf *domain, int fn, int i, int *lkn, float *kn, float *bfpc) |
boolean | g2h_GetSplDBasisFPatchCurvef (GHoleDomainf *domain, int fn, int i, int *lkn, float *kn, float *bfpc) |
#define CONST_ |
#define NCTLP (lastomcknot-G2_CROSS00DEG) |
boolean g2h_GetSplABasisFPatchCurvef | ( | GHoleDomainf * | domain, | |
int | fn, | |||
int | i, | |||
int * | lkn, | |||
float * | kn, | |||
float * | bfpc | |||
) |
boolean g2h_GetSplBBasisFPatchCurvef | ( | GHoleDomainf * | domain, | |
int | fn, | |||
int | i, | |||
int * | lkn, | |||
float * | kn, | |||
float * | bfpc | |||
) |
boolean g2h_GetSplDBasisFPatchCurvef | ( | GHoleDomainf * | domain, | |
int | fn, | |||
int | i, | |||
int * | lkn, | |||
float * | kn, | |||
float * | bfpc | |||
) |
boolean g2h_GetSplFinalPatchCurvesf | ( | GHoleDomainf * | domain, | |
int | spdimen, | |||
CONST_ float * | hole_cp, | |||
float * | acoeff, | |||
void(*)(int n, int lkn, const float *kn, const float *cp) | outcurve | |||
) |