mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-02 08:52:10 +00:00
[strategies][distance][cross track] expose the radius type as a typedef
(same as for projected_point distance strategy)
This commit is contained in:
@@ -340,6 +340,8 @@ public :
|
||||
>
|
||||
{};
|
||||
|
||||
typedef typename Strategy::radius_type radius_type;
|
||||
|
||||
inline cross_track()
|
||||
{}
|
||||
|
||||
@@ -492,6 +494,8 @@ public :
|
||||
>
|
||||
{};
|
||||
|
||||
typedef typename Strategy::radius_type radius_type;
|
||||
|
||||
inline cross_track()
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user