|
||||
File indexing completed on 2025-01-18 09:36:53
0001 // Boost.Geometry (aka GGL, Generic Geometry Library) 0002 0003 // Copyright (c) 2019 Tinko Bartels, Berlin, Germany. 0004 // Copyright (c) 2023 Adam Wulkiewicz, Lodz, Poland. 0005 0006 // Contributed and/or modified by Tinko Bartels, 0007 // as part of Google Summer of Code 2019 program. 0008 0009 // This file was modified by Oracle on 2021. 0010 // Modifications copyright (c) 2021, Oracle and/or its affiliates. 0011 // Contributed and/or modified by Vissarion Fisikopoulos, on behalf of Oracle 0012 0013 // Use, modification and distribution is subject to the Boost Software License, 0014 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0015 // http://www.boost.org/LICENSE_1_0.txt) 0016 0017 #ifndef BOOST_GEOMETRY_EXTENSIONS_TRIANGULATION_STRATEGIES_CARTESIAN_DETAIL_PRECISE_MATH_HPP 0018 #define BOOST_GEOMETRY_EXTENSIONS_TRIANGULATION_STRATEGIES_CARTESIAN_DETAIL_PRECISE_MATH_HPP 0019 0020 #include