A ring (aka linear ring) is a closed line which should not be selfintersecting. More...
#include <ring.hpp>


Public Member Functions | |
| ring () | |
| {ring} More... | |
| template<typename Iterator > | |
| ring (Iterator begin, Iterator end) | |
| {ring} More... | |
A ring (aka linear ring) is a closed line which should not be selfintersecting.
| Point | point type |
| ClockWise | true for clockwise direction, false for CounterClockWise direction |
| Closed | true for closed polygons (last point == first point), false open points |
| Container | container type, for example std::vector, std::deque |
| Allocator | container-allocator-type |
{before.synopsis, [heading Model of] [link geometry.reference.concepts.concept_ring Ring Concept] }
|
inline |
{ring}
|
inline |
{ring}