cinder::Ray Class Reference
#include <Ray.h>
List of all members.
Constructor & Destructor Documentation
cinder::Ray::Ray |
( |
const Vec3f & |
aOrigin, |
|
|
const Vec3f & |
aDirection | |
|
) |
| | |
Member Function Documentation
void cinder::Ray::setOrigin |
( |
const Vec3f & |
aOrigin |
) |
|
const Vec3f& cinder::Ray::getOrigin |
( |
|
) |
const |
void cinder::Ray::setDirection |
( |
const Vec3f & |
aDirection |
) |
|
const Vec3f& cinder::Ray::getDirection |
( |
|
) |
const |
const Vec3f& cinder::Ray::getInverseDirection |
( |
|
) |
const |
char cinder::Ray::getSignX |
( |
|
) |
const |
char cinder::Ray::getSignY |
( |
|
) |
const |
char cinder::Ray::getSignZ |
( |
|
) |
const |
Vec3f cinder::Ray::calcPosition |
( |
float |
t |
) |
const |
Member Data Documentation
The documentation for this class was generated from the following file: