Public Member Functions | |
los_param_funcs (const coord_def &c, const opacity_func &o, const circle_def &b) | |
bool | los_bounds (const coord_def &p) const |
opacity_type | opacity (const coord_def &p) const |
Public Attributes | |
coord_def | center |
const opacity_func & | opc |
const circle_def & | bounds |
los_param_funcs::los_param_funcs | ( | const coord_def & | c, | |
const opacity_func & | o, | |||
const circle_def & | b | |||
) | [inline] |
bool los_param_funcs::los_bounds | ( | const coord_def & | p | ) | const [inline, virtual] |
opacity_type los_param_funcs::opacity | ( | const coord_def & | p | ) | const [inline, virtual] |
Implements los_param.
const opacity_func& los_param_funcs::opc |