Subversion Repositories gelsvn

Rev

Rev 67 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67 Rev 94
Line 6... Line 6...
6
 
6
 
7
namespace Geometry
7
namespace Geometry
8
{
8
{
9
 
9
 
10
 
10
 
11
	/** A ThreeDDDA is a class for traversing a grid of cells. We wish to 
11
	/** \brief A ThreeDDDA is a class for traversing a grid of cells. 
-
 
12
 
-
 
13
      We wish to 
12
			enumerate all cells pierced by the ray going from a point p0 to a 
14
			enumerate all cells pierced by the ray going from a point p0 to a 
13
			point p1. It is dangerous to use floating point arithmetic since rounding
15
			point p1. It is dangerous to use floating point arithmetic since rounding
14
			errors may accumulate entailing that the 3ddda misses the cell containing
16
			errors may accumulate entailing that the 3ddda misses the cell containing
15
			the end point of the ray.
17
			the end point of the ray.
16
		
18