|
|
Ray.
| friend class Transformatable | Transformatable |
[private]
| friend class BoundingBox | BoundingBox |
[private]
| Vector3 origin | origin |
[protected]
| Vector3 direction | direction |
[protected]
| Ray (Vector3 o, Vector3 d)
| Ray |
| Vector3 getOrigin ()
| getOrigin |
[const]
Returns: ray's origin
| Vector3 getDirection ()
| getDirection |
[const]
Returns: ray's direction
| Vector3 positionAtTime (DBL t)
| positionAtTime |
[const]
Parameters:
| t | time |
Returns: ray's position at given time