#include <ray.h>
Public Methods | |
Constructors | |
| Ray (const V3 &position=V3::O, const V3 &direction=V3::O) | |
| . | |
Initializers | |
| void | Set (const V3 &position, const V3 &direction) |
| . | |
| void | SetPosition (const V3 &position) |
| . | |
| void | SetDirection (const V3 &direction) |
| . | |
Accessors | |
| V3 | GetPosition () |
| . | |
| const V3 & | GetPosition () const |
| . | |
| V3 | GetDirection () |
| . | |
| const V3 & | GetDirection () const |
| . | |
1.2.17