1[/============================================================================ 2 Boost.Geometry (aka GGL, Generic Geometry Library) 3 4 Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands. 5 Copyright (c) 2008-2013 Bruno Lalande, Paris, France. 6 Copyright (c) 2009-2013 Mateusz Loskot, London, UK. 7 8 Use, modification and distribution is subject to the Boost Software License, 9 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 10 http://www.boost.org/LICENSE_1_0.txt) 11=============================================================================/] 12 13 14[/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically] 15[/ Generated from doxy/doxygen_output/xml/structboost_1_1geometry_1_1cs_1_1polar.xml] 16[section:cs_polar cs::polar] 17 18'''<indexterm><primary>cs</primary></indexterm><indexterm><primary>polar</primary></indexterm>''' 19Polar coordinate system. 20 21[heading Description] 22Defines the polar coordinate system "in which each point 23 on a plane is determined by an angle and a distance" 24 25[heading Synopsis] 26``template<typename DegreeOrRadian> 27struct cs::polar 28 : public core_detail::define_angular_units< DegreeOrRadian > 29{ 30 // ... 31}; 32`` 33 34[heading Template parameter(s)] 35[table 36[[Parameter] [Description]] 37[[typename DegreeOrRadian] []] 38] 39 40[heading Header] 41Either 42 43`#include <boost/geometry.hpp>` 44 45 46Or 47 48`#include <boost/geometry/core/cs.hpp>` 49 50[endsect] 51 52