Jim Blinn's corner - A trip down the graphics pipeline: line clipping

The standard computer graphics transform-clip-draw pipeline is described, and an overview of the clipping function is given. A simple algorithm for performing line clipping is presented. Homogeneous clipping, Z clipping, and global clipping using the algorithm are discussed. >