Digvijay Janartha

Results 2 comments of Digvijay Janartha

[covered_by](https://www.boost.org/doc/libs/1_72_0/libs/geometry/doc/html/geometry/reference/algorithms/covered_by/covered_by_2.html) is implemented for (Polygon, Multipolygon), can't we just make use of this and convert Box into the rectangle (which is a Polygon) out of the given two corners of...

> `Box` is a `Polygon` only in `cartesian` for other coordinate systems it cannot represented as a polygon since polygon's segments are geodesics (e.g. great circles for spherical) but box's...