#include <math/Ray.h>
Public Member Functions | |
| Ray (const Vector3 &a, const Vector3 &b) | |
| Ray (const Ray &r) | |
| Ray & | operator= (const Ray &r) |
| Vector3 | origin () const |
| Vector3 | direction () const |
| Vector3 | invDirection () const |
| Vector3 | inverseDir () const |
| void | setOrigin (const Vector3 &v) |
| void | setDirection (const Vector3 &v) |
| Vector3 | pointAtParameter (double t) const |
Public Attributes | |
| double | tmin |
| double | tmax |
| Vector3 | data [3] |
| int | posneg [6] |
1.4.3