#include <iostream>
#include <limits>
#include <dlrCommon/exception.h>
#include <dlrNumeric/vector3D.h>
#include <dlrNumeric/transform3D.h>
#include <dlrNumeric/amanatidesWoo3DIterator.h>
Go to the source code of this file.
Classes | |
class | dlr::numeric::AmanatidesWoo3D< ARRAY3D > |
This class implements the Fast Voxel Traversal Algorithm of Amanatides and Woo [Ref] for 3D arrays. More... | |
Namespaces | |
namespace | dlr::numeric |
This namespace contains code for 1D, 2D, and 3D arrays, matrices, coordinate transformations, rotation conversions, and much more. |
Copyright (C) 2004-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file amanatidesWoo3D.h.