linshu77

Results 7 comments of linshu77

I also compiled with MSVC2012 Ver11.0.51106.01. what optimisations? I don't know.

DEV-C + + 5.11 : TDM-GCC 4.9.2 32-bit Release. MSVC2012: Release and Debug The answers are all the same. They're all Incorrect. However, if I delete the "#define BOOST_GEOMETRY_NO_ROBUSTNESS", the...

I have two code. If I add the "#define BOOST_GEOMETRY_NO_ROBUSTNESS", the code1 will be incorrect, the code2 will be correct. but if I delete the "#define BOOST_GEOMETRY_NO_ROBUSTNESS", the code1 will...

poly1 and poly2 : ![1](https://user-images.githubusercontent.com/7291857/233846654-bf1a45cd-3d01-46a0-aa48-f26363b614c6.png) poly12 and poly2 : ![2](https://user-images.githubusercontent.com/7291857/233846724-5ec007fd-9301-47ca-9fad-4b9f6e642d22.png)

What can I do to avoid this problem now.

if I use the define BOOST_GEOMETRY_USE_RESCALING The above code will work. But The following code will be incorrect. ``` typedef bg::model::d2::point_xy DPoint; typedef bg::model::polygon DPolygon; typedef bg::model::multi_polygon MPolygon; DPolygon poly1;...

![3](https://user-images.githubusercontent.com/7291857/235362905-7800f58a-5f6f-430c-b09e-a733316439af.png) ![4](https://user-images.githubusercontent.com/7291857/235362910-5c6c1747-3820-4d0a-aee4-e1da240ca863.png)