Clip the polygon against this clipping edge.
Clip the polygon against this edge.
The extent of the bounding box.
The clipped polygon.
Computes the intersection of a line and this clipping edge.
A point of the segment to clip.
A point of the segment to clip.
The extent of the bounding box.
Tests if the given point is inside this clipping edge.
A point of the polygon.
The extent of the bounding box.
Generated using TypeDoc
Abstract helper class used to implement the Sutherland-Hodgman clipping algorithm.
Concrete implementation of this class are used to clip a polygon against one edge of a bounding box.