#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 | N (G2H_FINALDEG+1)*(G2H_FINALDEG+1) |
#define | N ((G2H_FINALDEG+1)*(G2H_FINALDEG+1)) |
#define | SCALE (1.0/(float)G2_NQUADSQ) |
#define | SCALE (1.0/(float)G2_NQUADSQ) |
#define | SCALE (1.0/(float)G2_NQUADSQ) |
#define | EPSF 2.0e-4 |
#define | EPSF 2.0e-4 |
Functions | |
boolean | g2h_NLExtFillHolef (GHoleDomainf *domain, const point3f *hole_cp, float *acoeff, void *usrptr, void(*outpatch)(int n, int m, const point3f *cp, void *usrptr)) |
boolean | g2h_NLExtFillHoleConstrf (GHoleDomainf *domain, const point3f *hole_cp, int nconstr, const vector3f *constr, float *acoeff, void *usrptr, void(*outpatch)(int n, int m, const point3f *cp, void *usrptr)) |
boolean | g2h_NLExtFillHoleAltConstrf (GHoleDomainf *domain, const point3f *hole_cp, int naconstr, const float *constr, float *acoeff, void *usrptr, void(*outpatch)(int n, int m, const point3f *cp, void *usrptr)) |
boolean | g2h_NLExtFunctionalValuef (GHoleDomainf *domain, const point3f *hole_cp, const vector3f *acoeff, float *funcval) |
#define EPSF 2.0e-4 |
#define EPSF 2.0e-4 |
#define N ((G2H_FINALDEG+1)*(G2H_FINALDEG+1)) |
#define N (G2H_FINALDEG+1)*(G2H_FINALDEG+1) |
#define SCALE (1.0/(float)G2_NQUADSQ) |
#define SCALE (1.0/(float)G2_NQUADSQ) |
#define SCALE (1.0/(float)G2_NQUADSQ) |
boolean g2h_NLExtFillHoleAltConstrf | ( | GHoleDomainf * | domain, | |
const point3f * | hole_cp, | |||
int | naconstr, | |||
const float * | constr, | |||
float * | acoeff, | |||
void * | usrptr, | |||
void(*)(int n, int m, const point3f *cp, void *usrptr) | outpatch | |||
) |
boolean g2h_NLExtFillHoleConstrf | ( | GHoleDomainf * | domain, | |
const point3f * | hole_cp, | |||
int | nconstr, | |||
const vector3f * | constr, | |||
float * | acoeff, | |||
void * | usrptr, | |||
void(*)(int n, int m, const point3f *cp, void *usrptr) | outpatch | |||
) |
boolean g2h_NLExtFillHolef | ( | GHoleDomainf * | domain, | |
const point3f * | hole_cp, | |||
float * | acoeff, | |||
void * | usrptr, | |||
void(*)(int n, int m, const point3f *cp, void *usrptr) | outpatch | |||
) |
boolean g2h_NLExtFunctionalValuef | ( | GHoleDomainf * | domain, | |
const point3f * | hole_cp, | |||
const vector3f * | acoeff, | |||
float * | funcval | |||
) |