geofeatures2 icon indicating copy to clipboard operation
geofeatures2 copied to clipboard

Implement `func intersection(other: Geometry) -> Geometry`.

Open tonystone opened this issue 6 years ago • 0 comments

Add to protocol Geometry and all implementing types with the syntax:

    func intersection(other: Geometry) -> Geometry

tonystone avatar Apr 09 '18 16:04 tonystone