#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"
Defines | |
#define | EPS 1.0e-10 |
Functions | |
char | rbez_TestRayBBoxd (ray3d *ray, Box3d *box) |
#define EPS 1.0e-10 |