MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / empty_geometry

Function empty_geometry

nodedb-spatial/src/predicates/intersection.rs:101–105  ·  view source on GitHub ↗

Empty geometry (no intersection).

()

Source from the content-addressed store, hash-verified

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

Callers 2

st_intersectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected