Class | Description |
---|---|
Clip |
Clip a (projected)
LineSegment that sticks out of the
view rectangle in the image plane. |
Pipeline |
This renderer takes as its input a
Scene data structure
and a FrameBuffer data structure. |
Projection | |
Rasterize |
Rasterize a
LineSegment into pixels in the
FrameBuffer 's viewport. |
RasterizeAntialias |
Rasterize a
LineSegment into pixels in the
FrameBuffer 's viewport and antialias the
line at the same time. |
Viewport |
Transform each
Vertex of a LineSegment from
projected camera coordinates (i.e., image plane coordinates)
to viewport coordinates. |