Home | Trees | Indices | Help |
|
---|
|
Functions to clip a path or polygon of LatLon
points against a rectangular box or clip region.
Version: 20.09.15
Classes | |
ClipError Clip box or clip region issue. |
|
ClipCS3Tuple 3-Tuple (start, end, index) for each edge of a
clipped path with the start and
end points (LatLon ) of the portion of the
edge inside or on the clip box and the index
(int ) of the edge in the original path.
|
|
ClipSH3Tuple 3-Tuple (start, end, original) for each edge of a
clipped polygon, the start and end
points (LatLon ) of the portion of the edge inside or
on the clip region and original indicates whether the
edge is part of the original polygon or part of the clip region
(bool ).
|
Functions | |||
|
|||
|
|||
|
Variables | |
__all__ = _ALL_LAZY.clipy
|
Function Details |
Clip a path against a rectangular clip box using the Cohen-Sutherland algorithm.
|
Clip a polygon against a clip region or box using the Sutherland-Hodgman algorithm.
|
Clip a polygon against a clip region or box using the Sutherland-Hodgman algorithm.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 12 20:49:54 2020 | http://epydoc.sourceforge.net |