#include "geometry/Volume.h"#include "geometry/Ray.h"#include "geometry/Intersection.h"#include <cassert>#include <strstream>Go to the source code of this file.
Enumerations | |
| enum | Surface_Status { Surface_INSIDE, Surface_AMBIGOUS, Surface_OUTSIDE } |
| enum | Surface_Solution { Surface_SOLUTION, Surface_UNREACHABLE, Surface_NO_SOLUTION } |
|
|
Definition at line 97 of file Volume.cxx. |
|
|
Definition at line 89 of file Volume.cxx. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000