7 #ifndef GRID_TRIANGLE_FILL_H 8 #define GRID_TRIANGLE_FILL_H 32 void drawLine (
GridLog &gridLog,
37 void flatBottom (
GridLog &gridLog,
47 void sortByAscendingY (QPoint p0In,
59 #endif // GRID_TRIANGLE_FILL_H Class that does special logging for GridLog and GridRemoval classes.
void fill(GridLog &gridLog, QImage &image, const QPoint &p0, const QPoint &p1, const QPoint &p2)
Fill triangle between these three points.
Class that does raster-line fill of a triangle, with logging customizations for GridHealer (and there...