...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
Enumerates types of joins.
enum join_selector {join_convex, join_concave, join_continue, join_spike};
Value
Description
join_convex
join_concave
join_continue
join_spike
#include <boost/geometry/strategies/buffer.hpp>