mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-20 14:52:10 +00:00
Spherical coordinate systems: splitted into "polar" and "equatorial" with opposite (co)latitude
[SVN r72233]
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user