mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 11:12:21 +00:00
[algorithms][is_valid] print multi-index as well
This commit is contained in:
@@ -39,6 +39,10 @@ inline void debug_print_turns(TurnIterator first, TurnIterator beyond)
|
||||
<< "/"
|
||||
<< geometry::operation_char(tit->operations[1].operation)
|
||||
<< " {"
|
||||
<< tit->operations[0].seg_id.multi_index
|
||||
<< ", "
|
||||
<< tit->operations[0].other_id.multi_index
|
||||
<< "} {"
|
||||
<< tit->operations[0].seg_id.ring_index
|
||||
<< ", "
|
||||
<< tit->operations[0].other_id.ring_index
|
||||
|
||||
Reference in New Issue
Block a user