HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ray.h File Reference

A Ray class. More...

#include "Math.h"
#include "Vec3.h"
#include "Transform.h"
#include <algorithm>
#include <iostream>
#include <limits>
+ Include dependency graph for Ray.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openvdb::OPENVDB_VERSION_NAME::math::Ray< RealT >
 
struct  openvdb::OPENVDB_VERSION_NAME::math::Ray< RealT >::TimeSpan
 

Namespaces

 openvdb
 
 openvdb::OPENVDB_VERSION_NAME
 
 openvdb::OPENVDB_VERSION_NAME::math
 

Functions

template<typename RealT >
std::ostream & openvdb::OPENVDB_VERSION_NAME::math::operator<< (std::ostream &os, const Ray< RealT > &r)
 Output streaming of the Ray class. More...
 

Detailed Description

A Ray class.

Author
Ken Museth

Definition in file Ray.h.