Empty geometry (no intersection).
()
| 99 | |
| 100 | /// Empty geometry (no intersection). |
| 101 | fn empty_geometry() -> Geometry { |
| 102 | Geometry::GeometryCollection { |
| 103 | geometries: Vec::new(), |
| 104 | } |
| 105 | } |
| 106 | |
| 107 | /// Sutherland-Hodgman polygon clipping. |
| 108 | /// |
no outgoing calls
no test coverage detected