#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <memory.h>
#include <pthread.h>
#include "pkvaria.h"
#include "pkgeom.h"
#include "multibs.h"
#include "raybez.h"
Data Structures | |
struct | stack_el |
Defines | |
#define | CONST_ |
#define | MAXLEVEL 30 |
#define | MAXITER 7 |
#define | EPS 1.0e-6 |
#define | DELTA 1.0e-6 |
Functions | |
boolean | rbez_HomotopicClosedBSC3f (int degree, int lastknot, float *knots, point3f *cpoints0, point3f *cpoints1, float *tfh, boolean *error) |
#define CONST_ |
#define DELTA 1.0e-6 |
#define EPS 1.0e-6 |
#define MAXITER 7 |
#define MAXLEVEL 30 |