Ray.hpp File Reference

Go to the source code of this file.

Classes

class  CubbyFlow::Ray< T, N >
 Class for N-D ray. More...
 

Namespaces

 CubbyFlow
 

Typedefs

template<typename T >
using CubbyFlow::Ray2 = Ray< T, 2 >
 
template<typename T >
using CubbyFlow::Ray3 = Ray< T, 3 >
 
using CubbyFlow::Ray2F = Ray2< float >
 
using CubbyFlow::Ray2D = Ray2< double >
 
using CubbyFlow::Ray3F = Ray3< float >
 
using CubbyFlow::Ray3D = Ray3< double >