CS488 PA6
|
This is the complete list of members for Rasterizer2D, including all inherited members.
clear(const Color &color) | Rasterizer2D | |
drawLine(const Matrix< 2, 1 > &p, const Matrix< 2, 1 > &q, const Color &color) | Rasterizer2D | |
drawPoint(int x, int y, const Color &color) | Rasterizer2D | |
drawPoint(const Matrix< 2, 1 > &point, const Color &color) | Rasterizer2D | |
drawQuadrilateral(const Matrix< 2, 4 > &quad, const Color &color) | Rasterizer2D | |
drawTriangle(const Matrix< 2, 3 > &triangle, const Color &color) | Rasterizer2D | |
fb | Rasterizer2D | private |
fillQuadrilateral(const Matrix< 2, 4 > &quad, const Color &color) | Rasterizer2D | |
fillTechnique | Rasterizer2D | private |
fillTriangle(const Matrix< 2, 3 > &triangle, const Color &color) | Rasterizer2D | |
POINTWISE | Rasterizer2D | static |
pointwiseFillQuadrilateral(const Matrix< 2, 4 > &quad, const Color &color) | Rasterizer2D | |
pointwiseFillTriangle(const Matrix< 2, 3 > &triangle, const Color &color) | Rasterizer2D | |
Rasterizer2D(FrameBuffer *fb) | Rasterizer2D | explicit |
SCAN_LINE | Rasterizer2D | static |