I have got polygon-data which I processed. Now I want to see how well my processed data fits my original data. For this task I want to use BOOST\'s polygon set-operators. Th
From the documentation: http://www.boost.org/doc/libs/1_55_0/libs/polygon/doc/index.htm
The coordinate data type is a template parameter of all data types and algorithms provided by the library, and is expected to be integral. Floating point coordinate data types are not supported by the algorithms implemented in the library due to the fact that the achieving floating point robustness implies a different set of algorithms and generally platform specific assumptions about floating point representations.