Jafar
|
Definition at line 15 of file shootPoint.hpp.
Public Types | |
enum | Faces { TOP, LEFT, RIGHT, BACK, FRONT, UNKNOWN } |
Public Member Functions | |
ShootPoint (const jblas::vec3 &_position, const jblas::vec3 &_direction, const Faces &_face) | |
ShootPoint (const jblas::vec3 &_position, const jblas::vec3 &_direction) | |
void | setId (const int &_id) |
int | getId () |
void | setNotReachable () |
ShootPoint & | operator= (const ShootPoint &p) |
Private Attributes | |
jblas::vec3 | position |
jblas::vec3 | direction |
Faces | face |
int | id |
bool | reachable |
Friends | |
class | Spheroid |
std::ostream & | jafar::premodeler::operator<< (std::ostream &, const ShootPoint &) |
Generated on Wed Oct 15 2014 00:37:43 for Jafar by doxygen 1.7.6.1 |