Adam Wulkiewicz

Results 169 comments of Adam Wulkiewicz

> So all i have to do (if i understand correctly) is to densify the big tile poly to have its edges sufficiently shorter Note that if you want to...

I have a fix for the original issue: https://github.com/boostorg/geometry/pull/479 Tomorrow I'll check other cases of union you sent in the text file. Could you also check if this fix works...

I fixed more cases. I was going through `out.txt` file you've sent before. The problem with that file and also the new one is that in come cases the lines...

Thanks. I was able to fix more cases but there are some cases which will require to rethink how things are done on a higher level of the algorithm and...

@barendgehrels Are you tracking these issues? Since you're working on rescaling. Could your changes fix https://github.com/boostorg/geometry/issues/476?

Ok, I added it to the list. I also added Wykobi here: https://github.com/awulkiew/graphical-debugging/issues/25

Segment, Ray and Line were added in v0.33. See: https://github.com/awulkiew/graphical-debugging/blob/v0.33/examples/cpp.xml#L131-L177

Right, good suggestion. In case of array or `vector`/`List` an obvious choice for a label is the index of a point in the container. However in cases such as `list`/`LinkedList`...

Yes, it is "jumping" because the view is always relative to the visible geometries (their bounding box). I agree that this should be changed and e.g. done only if there...

It is not possible right now. I'll look into this.