====== Assignment 1: ====== /* Will be here on time */ ====== Assignment 1: Robustness of the orientation predicate [8 points] ====== This is the first exercise for the Computational Geometry class. The assignment... {{:courses:cg:labs:1-robstns.zip|The assignment...}} Useful links: * [[courses:cg:links:msvc_versions|Common values of MSVC version for C++ compilers]] * H. Schmidt: [[https://www.h-schmidt.net/FloatConverter/IEEE754.html | IEEE-754 Floating Point Converter]] * Francois Grondin's All types [[https://www.binaryconvert.com/ | Online Binary-Decimal Converter]] Poznámka k překladu kódu na MACu od pana Hubáčka: * kompletně odstranit “std::experimental”, který systém nezná, * kompilátoru definovat konkrétní standard, tedy kompilovat jako c++ -std=gnu++17 *.cpp /**/