Home
last modified time | relevance | path

Searched defs:get_radius (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/geometry/strategies/spherical/
Dget_radius.hpp37 struct get_radius struct
39 typedef typename geometry::radius_type<RadiusTypeOrSphere>::type type;
40 static type apply(RadiusTypeOrSphere const& sphere) in apply()
47 struct get_radius<RadiusTypeOrSphere, void> struct
49 typedef RadiusTypeOrSphere type;
50 static type apply(RadiusTypeOrSphere const& radius) in apply()
58 struct get_radius<Point, point_tag> struct
64 >::type type;
68 apply(RadiusOrSphere const& radius_or_sphere) in apply()
/third_party/boost/boost/geometry/srs/
Dsphere.hpp56 RadiusType get_radius() const in get_radius() function in boost::geometry::srs::sphere
Dspheroid.hpp79 RadiusType get_radius() const in get_radius() function in boost::geometry::srs::spheroid
/third_party/boost/boost/geometry/core/
Dradius.hpp126 inline typename radius_type<Geometry>::type get_radius(Geometry const& geometry) in get_radius() function