Ray2.h File Reference
Go to the source code of this file.
Classes | |
class | CubbyFlow::Ray< T, 2 > |
Class for 2-D ray. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
template<typename T > | |
using | CubbyFlow::Ray2 = Ray< T, 2 > |
Type alias for 2-D ray. More... | |
using | CubbyFlow::Ray2F = Ray2< float > |
Float-type 2-D ray. More... | |
using | CubbyFlow::Ray2D = Ray2< double > |
Double-type 2-D ray. More... | |