#include <ray.h>
Inheritance diagram for Ray:

Public Member Functions | |
| Ray (Vector3 o, Vector3 d) | |
| Vector3 | getOrigin () const |
| Vector3 | getDirection () const |
| Vector3 | positionAtTime (DBL t) const |
Protected Attributes | |
| Vector3 | origin |
| Vector3 | direction |
|
|
|
|
|
|
|
|
|
1.3.8