#include <cmath>#include "image.h"Include dependency graph for image_draw.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | mimas |
Functions | |
| template<typename T> | |
| void | mimas::drawLine (image_ref< T > &image, int x1, int y1, int x2, int y2, T colour=T()) |
| template<typename T> | |
| void | mimas::drawBox (image_ref< T > &image, int x1, int y1, int x2, int y2, T colour=T()) |
| template<typename T> | |
| void | mimas::drawThickLine (image_ref< T > &image, int x1, int y1, int x2, int y2, T colour, int width) |