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

@@ -17,7 +17,7 @@
int main()
{
using namespace boost::geometry;
typedef model::point<float, 2, cs::spherical<degree> > P;
typedef model::point<float, 2, cs::spherical_equatorial<degree> > P;
model::linestring<P> line;
line.push_back(P(2, 41));
line.push_back(P(2, 48));