Vissarion Fisikopoulos

Results 198 comments of Vissarion Fisikopoulos

@adibapatel please have a look at this https://github.com/GeomScale/volesti/pull/265

Sure, you are welcome to propose examples.

It seems that this issue is fixed by https://github.com/GeomScale/volesti/pull/118 So I am closing this now.

https://github.com/GeomScale/volesti/tree/v1.1.4

Thanks, I can reproduce it in Ubuntu with clang15. If the union of the two spherical polygons is too large (with area larger than the half of the sphere) then...

Fixed by https://github.com/boostorg/geometry/pull/1263

> Thanks for the reviews. Should I merge it now or wait until the release to make bugfixing easiter? I think it is simpler to merge it after the release.

It depends on how we define `is_convex`. Some possible definitions: 1. input equals its convex hull 2. union of polygon parts of the multi-polygon is convex 3. each polygon of...

I can reproduce it. For double this is a bug and should be fixed. It is probably created by inaccuracies in computation (maybe in azimuth) for almost colinear points. Interestingly...