![]() |
|
|||
File indexing completed on 2025-07-15 08:35:21
0001 // Boost.Geometry (aka GGL, Generic Geometry Library) 0002 0003 // Copyright (c) 2019 Tinko Bartels, Berlin, Germany. 0004 0005 // Contributed and/or modified by Tinko Bartels, 0006 // as part of Google Summer of Code 2019 program. 0007 0008 // Use, modification and distribution is subject to the Boost Software License, 0009 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0010 // http://www.boost.org/LICENSE_1_0.txt) 0011 0012 #ifndef BOOST_GEOMETRY_STRATEGY_CARTESIAN_IN_CIRCLE_ROBUST_HPP 0013 #define BOOST_GEOMETRY_STRATEGY_CARTESIAN_IN_CIRCLE_ROBUST_HPP 0014 0015 #include