| 
    Candle v1.0
    
   2D lighting for SFML 
   | 
 
| Ccandle::LightingArea | Object to manage ambient light and fog | 
| ▼Ccandle::LightSource | Interface for objects that emit light | 
| Ccandle::DirectedLight | LightSource that emits light in a single direction | 
| Ccandle::RadialLight | LightSource that emits light from a single point | 
| Csfu::Line | 2D Line defined by an origin point and a direction vector | 
| Csfu::Polygon | Auxiliary class to represent a polygon as vector of lines. Not meant to be used outside Candle |