SpatiumLib
|
This is the complete list of members for spatium::gfx2d::Drawing, including all inherited members.
drawCircle(Image< T, N > &image, std::array< int, 2 > center, int radius, std::array< T, N > val) | spatium::gfx2d::Drawing | inlinestatic |
drawCurve(Image< T, N > &image, const BezierCurve &curve, std::array< T, N > val) | spatium::gfx2d::Drawing | inlinestatic |
drawLine(Image< T, N > &image, const std::array< int, 2 > &start, const std::array< int, 2 > &end, const std::array< T, N > &val) | spatium::gfx2d::Drawing | inlinestatic |
drawLineHigh(Image< T, N > &image, int x0, int y0, int x1, int y1, const std::array< T, N > &val) | spatium::gfx2d::Drawing | inlineprotectedstatic |
drawLineLow(Image< T, N > &image, int &x0, int &y0, int &x1, int &y1, const std::array< T, N > &val) | spatium::gfx2d::Drawing | inlineprotectedstatic |
drawRectangle(Image< T, N > &image, const std::array< int, 2 > &topLeft, const std::array< int, 2 > &bottomRight, const std::array< T, N > &val, bool fill=false) | spatium::gfx2d::Drawing | inlinestatic |