mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-27 17:12:10 +00:00
[formulas] [strategies] [distance] Change interface and earth radius in distance point segment geographic formula
This commit is contained in:
@@ -40,13 +40,13 @@ typedef bg::strategy::distance::vincenty<stype> vincenty_pp;
|
||||
|
||||
// Strategies for point-segment distance
|
||||
|
||||
typedef bg::strategy::distance::cross_track_geo<bg::strategy::andoyer, stype, double>
|
||||
typedef bg::strategy::distance::geographic_cross_track<bg::strategy::andoyer, stype, double>
|
||||
andoyer_strategy;
|
||||
|
||||
typedef bg::strategy::distance::cross_track_geo<bg::strategy::thomas, stype, double>
|
||||
typedef bg::strategy::distance::geographic_cross_track<bg::strategy::thomas, stype, double>
|
||||
thomas_strategy;
|
||||
|
||||
typedef bg::strategy::distance::cross_track_geo<bg::strategy::vincenty, stype, double>
|
||||
typedef bg::strategy::distance::geographic_cross_track<bg::strategy::vincenty, stype, double>
|
||||
vincenty_strategy;
|
||||
|
||||
//===========================================================================
|
||||
|
||||
Reference in New Issue
Block a user