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