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