Include dependency graph for drawer.cpp:Namespaces | |
| namespace | cpe |
| Namespace for CPE classes. | |
Functions | |
| void | cpe::draw_line (image &im, const pos2 &u0, const pos2 &u1, const color &c=color(1, 0, 0)) |
| draw line on image with uniform color More... | |
| void | cpe::draw_triangle (image &im, const pos2 &u0, const pos2 &u1, const pos2 &u2, const color &c=color(1, 0, 0)) |
| draw triangle with uniform color More... | |