Line clipping with the Cohen-Sutherland algorithm. More...
Go to the source code of this file.
Classes | |
class | lobot::Clipper |
A line clipper. More... |
Line clipping with the Cohen-Sutherland algorithm.
This file defines a class that implements the Cohen-Sutherland line clipping algorithm for clipping a line segment to a rectangle aligned with the principal axes.
Definition in file LoClipper.H.