std::vector< Point > getRectangleSelectionNodes(const Point &isoCoordinatesStart, const Point &isoCoordinatesEnd)
Gets all nodes in a rectangle between start and end point.
std::vector< Point > createBresenhamLine(const Point &isoCoordinatesStart, const Point &isoCoordinatesEnd)
Creates a line between two points using the Bresenham Line algorithm.