====== Assignment 1: Robustness of the orientation predicate [8 points] ====== This is the first exercise for the Computational Geometry class. The assignment... /* Will be here in time Will be here by the end of this week. */ {{:courses:cg:labs:1-robstns.zip|The assignment...}} Useful links: * [[courses:cg:links:msvc_versions|Common values of MSVC version for C++ compilers]] * 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 /**/