#include <los_def.h>
Public Member Functions | |
los_glob () | |
los_glob (const coord_def &c, los_type l, const circle_def &b=BDS_DEFAULT) | |
los_glob & | operator= (const los_glob &other) |
coord_def | get_center () const |
circle_def | get_bounds () const |
bool | in_bounds (const coord_def &p) const |
bool | see_cell (const coord_def &p) const |
los_glob::los_glob | ( | ) | [inline] |
los_glob::los_glob | ( | const coord_def & | c, | |
los_type | l, | |||
const circle_def & | b = BDS_DEFAULT | |||
) | [inline] |
circle_def los_glob::get_bounds | ( | ) | const [virtual] |
Implements los_base.
bool los_glob::in_bounds | ( | const coord_def & | p | ) | const [virtual] |
bool los_glob::see_cell | ( | const coord_def & | p | ) | const [virtual] |