Docs.rs
polyops-0.0.6
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
polyops 0.0.6
Martinez-Rueda polygon clipping algorithm: Boolean operations (intersection, union, difference, xor) over polygons and multipolygons. Rust port of martinez-polygon-clipping.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
basic1_poly.json
basic3_multi_poly.json
collapsed_edges_removed.json
fatal1.json
fatal2.json
fatal3.json
fatal4.json
featureTypes_multiPolyToClipping.json
featureTypes_multiPolyWithHoleToClipping.json
featureTypes_polyToClipping.json
featureTypes_polyWithHoleToClipping.json
hourglasses.json
issue76.json
issue93.json
issue96.json
overlap_loop.json
overlap_y.json
polygon_trapezoid_edge_overlap.json
tie.json
touching_boxes.json
1
{
"
subject
"
:
[
[
[
-1
,
-1
]
,
[
-1
,
1
]
,
[
0
,
0
]
,
[
-1
,
-1
]
]
]
,
"
clipping
"
:
[
[
[
0
,
0
]
,
[
1
,
1
]
,
[
1
,
-1
]
,
[
0
,
0
]
]
]
,
"
expected
"
:
[
]
}