#include <GteRay.h>
Public Member Functions | |
bool | operator!= (Ray const &ray) const |
bool | operator< (Ray const &ray) const |
bool | operator<= (Ray const &ray) const |
bool | operator== (Ray const &ray) const |
bool | operator> (Ray const &ray) const |
bool | operator>= (Ray const &ray) const |
Ray () | |
Ray (Vector< N, Real > const &inOrigin, Vector< N, Real > const &inDirection) | |
Public Attributes | |
Vector< N, Real > | direction |
Vector< N, Real > | origin |