If the camera is at (0,0,0), then
(left, bottom, -near) to (right, bottom, -near) to (right, top, -near) to (left, top, -near)
is the rectangle which is projected on to the screen.
far is the far clipping plane, beyond which nothing will be drawn
near is the near clipping plane, beyond which nothing will be drawn
Jim