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 anti-alias the
line at the same time. |
Viewport |