mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-01 20:42:10 +00:00
- add overloads for all relational operations taking strategy. - change the interface of get_turns, take strategy. - change the interface of partition, take overlap and expand policies as function parameters instead of struct template parameters. - specialize collect vectors by Side strategy and use this equals() optimization only if it's compatible with passed side strategy. - move the implementation of disjoint Segment/Box from algorithm to strategy. - add default_strategy service for relate, defining intersection or within/covered_by strategies depending on input geometries. - add default strategy service for disjoint, defining relate or specific disjoint strategies.