[/============================================================================ Boost.Geometry (aka GGL, Generic Geometry Library) Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands. Copyright (c) 2008-2013 Bruno Lalande, Paris, France. Copyright (c) 2009-2013 Mateusz Loskot, London, UK. Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =============================================================================/] [/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically] [/ Generated from doxy/doxygen_output/xml/group__get.xml] [section:get_1 get] '''get''' Get coordinate value of a geometry (usually a point) [heading Description] The free functions [*get] and [*set] are two of the most important functions of Boost.Geometry, both within the library, as also for the library user. With these two functions you normally get and set coordinate values from and for a point, box, segment or sphere. [heading Synopsis] ``template coordinate_type::type get(Geometry const & geometry)`` [heading Parameters] [table [[Type] [Concept] [Name] [Description] ] [[Dimension] [Dimension, this template parameter is required. Should contain \[0 .. n-1\] for an n-dimensional geometry ] [ - ] [Must be specified]] [[Geometry const &] [Any type fulfilling a Geometry Concept (usually a Point Concept) ] [geometry] [A model of the specified concept (usually a point) ]] ] [heading Returns] The coordinate value of specified dimension of specified geometry [heading Header] Either `#include ` Or `#include ` [include reference/core/get_point.qbk] [endsect] [section:get_1_with_index get (with index)] '''get''' get coordinate value of a Box or Segment [heading Description] The free functions [*get] and [*set] are two of the most important functions of Boost.Geometry, both within the library, as also for the library user. With these two functions you normally get and set coordinate values from and for a point, box, segment or sphere. [heading Synopsis] ``template coordinate_type::type get(Geometry const & geometry)`` [heading Parameters] [table [[Type] [Concept] [Name] [Description] ] [[Index] [Index, this template parameter is required. For a Box: either min_corner or max_corner. For a Segment: either 0 or 1 for first or last point. ] [ - ] [Must be specified]] [[Dimension] [Dimension, this template parameter is required. Should contain \[0 .. n-1\] for an n-dimensional geometry ] [ - ] [Must be specified]] [[Geometry const &] [Any type fulfilling a Box Concept or a Segment Concept ] [geometry] [A model of the specified concept ]] ] [heading Returns] coordinate value [heading Header] Either `#include ` Or `#include ` [include reference/core/get_box.qbk] [endsect] [section:get_as_radian_1 get_as_radian] '''get_as_radian''' get coordinate value of a point, result is in Radian [heading Description] Result is in Radian, even if source coordinate system is in Degrees [heading Synopsis] ``template fp_coordinate_type::type get_as_radian(Geometry const & geometry)`` [heading Parameters] [table [[Type] [Concept] [Name] [Description] ] [[Dimension] [dimension ] [ - ] [Must be specified]] [[Geometry const &] [geometry ] [geometry] [geometry to get coordinate value from ]] ] [heading Returns] coordinate value [heading Header] Either `#include ` Or `#include ` [endsect] [section:get_as_radian_1 get_as_radian] '''get_as_radian''' get coordinate value of a segment or box, result is in Radian [heading Description] Result is in Radian, even if source coordinate system is in Degrees [heading Synopsis] ``template fp_coordinate_type::type get_as_radian(Geometry const & geometry)`` [heading Parameters] [table [[Type] [Concept] [Name] [Description] ] [[Index] [index ] [ - ] [Must be specified]] [[Dimension] [dimension ] [ - ] [Must be specified]] [[Geometry const &] [geometry ] [geometry] [geometry to get coordinate value from ]] ] [heading Returns] coordinate value [heading Header] Either `#include ` Or `#include ` [endsect]