geometry
geometry copied to clipboard
Support covered_by() for box, geometry combinations
This PR implements support for covered_by()
for the following combinations of a box and a geometry:
-
convered_by(box, areal)
(only cartesian CS) -
convered_by(geometry, box)
The first case resolves issue https://github.com/boostorg/geometry/issues/604
@awulkiew thanks for your comments I addressed them by pushing new commits.
@barendgehrels are you OK with this PR?
@barendgehrels are you OK with this PR?
See my review remark, basically yes, but can you look at my comments I made earlier?
@barendgehrels are you OK with this PR?
See my review remark, basically yes, but can you look at my comments I made earlier?
Thanks for the review! Somehow your comments appeared to me yesterday. I addressed them and now I can merge this PR.