Spherical coordinate systems: splitted into "polar" and "equatorial" with opposite (co)latitude

[SVN r72233]
This commit is contained in:
Barend Gehrels
2011-05-27 22:01:05 +00:00
parent 80458f256d
commit 5eb0739f08
39 changed files with 411 additions and 167 deletions

View File

@@ -135,7 +135,7 @@ int main(void)
//[quick_start_spherical
typedef boost::geometry::model::point
<
double, 2, boost::geometry::cs::spherical<boost::geometry::degree>
double, 2, boost::geometry::cs::spherical_equatorial<boost::geometry::degree>
> spherical_point;
spherical_point amsterdam(4.90, 52.37);