Free Electron
Classes | Namespaces | Typedefs
Box.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fe::Box< N, T >
 N-dimensional axis-aligned bounding-box. More...
 

Namespaces

 fe
 kernel
 

Typedefs

typedef Box< 2, I32 > fe::Box2i
 
typedef Box< 2, F32 > fe::Box2f
 
typedef Box< 2, F64 > fe::Box2d
 
typedef Box< 2, Real > fe::Box2
 
typedef Box< 3, F32 > fe::Box3f
 
typedef Box< 3, F64 > fe::Box3d
 
typedef Box< 3, Real > fe::Box3
 
typedef Box< 3, Real > fe::SpatialBox