![]() |
Recast
1
Game with custom magic
|
#include <ITemperatureWorldBoundable.hpp>


Additional Inherited Members | |
Public Types inherited from ITemperatureWorldBoundableMixin | |
| using | ForeachCellFn = std::function< void(Coord, Coord, Coord)> |
Public Member Functions inherited from ITemperatureWorldBoundableMixin | |
| virtual void | foreach (ForeachCellFn func) const =0 |
| virtual void | foreachCellOnEdge (Edge edge, ForeachCellFn func) const =0 |
| virtual Parallelepiped | bounds () const noexcept=0 |
Mixin to temperature world. Makes temperature world not to be endless.
| T | Base temperature world class. |
1.8.6