#include "pbrt.h"#include "geometry.h"Go to the source code of this file.
Classes | |
| struct | OctNode< NodeData > |
| class | Octree< NodeData > |
Functions | |
| BBox | octreeChildBound (int child, const BBox &nodeBound, const Point &pMid) |
Definition at line 79 of file octree.h.
References BBox::pMax, BBox::pMin, Point::x, Point::y, and Point::z.
Referenced by Octree< NodeData >::addPrivate(), SubsurfaceOctreeNode::Insert(), Octree< NodeData >::lookupPrivate(), and SubsurfaceOctreeNode::Mo().
1.6.3