Functions | |
| template<typename Fn > | |
| void | ForEachPointOnLine (int x0, int y0, int x1, int y1, Fn &&fn) |
| template<typename Fn > | |
| void | ForEachPointInSquareBrush (int cx, int cy, int radius, int min_x, int min_y, int max_x, int max_y, Fn &&fn) |
|
inline |
Definition at line 13 of file paint_util.h.
Referenced by yaze::editor::DungeonObjectInteraction::UpdateCollisionPainting().
|
inline |
Definition at line 40 of file paint_util.h.
Referenced by yaze::editor::DungeonObjectInteraction::UpdateCollisionPainting().