|
SPH
|
#include "objects/containers/Array.h"#include "objects/geometry/Box.h"#include "objects/geometry/Indices.h"#include "objects/wrappers/AutoPtr.h"#include "objects/finders/Bvh.inl.h"Go to the source code of this file.
Classes | |
| class | Ray |
| struct | BvhPrimitive |
| struct | IntersectionInfo |
| Holds intormation about intersection. More... | |
| class | BvhTriangle |
| Trait for finding intersections with a triangle. More... | |
| class | BvhSphere |
| Trait for finding intersections with a sphere. More... | |
| class | BvhBox |
| Trait for finding intersections with a axis-aligned box. More... | |
| class | Bvh< TBvhObject > |
| Simple bounding volume hierarchy. More... | |
Functions | |
| bool | intersectBox (const Box &box, const Ray &ray, Float &t_min, Float &t_max) |
| Finds intersections of ray with a box. More... | |