Jafar
|
Definition at line 32 of file threat.hpp.
#include <threat.hpp>
Public Member Functions | |
Threat (int id_, ThreatType type_, std::vector< double > pos, double range_) | |
Threat (int id_, ThreatType type_, double x, double y, double z, double range_) | |
bool | operator== (Threat const &th) const |
int | getId () const |
ThreatType | getType () const |
std::vector< double > | getPosition () const |
Vect | getPosVect2D () const |
Vect | getPosVect3D () const |
double | getRange () const |
void | setRange (double range_) |
double | getMaxRange () const |
bool | isJammed () const |
void | setJammed (bool jammed_) |
Private Attributes | |
int | id |
ThreatType | type |
std::vector< double > | position |
double | range |
double | maxRange |
bool | jammed |
Generated on Wed Oct 15 2014 00:37:44 for Jafar by doxygen 1.7.6.1 |