Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 30b9b8fd62.
PrevUpHomeNext

Segment Concept

Description

The Segment Concept describes the requirements for a segment type. All algorithms in Boost.Geometry will check any geometry arguments against the concept requirements.

Concept Definition
[Note] Note

The segment concept is similar to the box concept, defining using another tag. However, the box concept assumes the index as min_corner, max_corner, while for the segment concept, there is no assumption.

Available Models

PrevUpHomeNext