I've just read about very simple algorithm of Cohen-Sutherland. This is one-of-many algorithms created to avoid useless divisions and multiplications. Although nowadays it's rarely used, because it's needless to do the clipping individually.