Skip to content

Commit 209247a

Browse files
committed
Rename
1 parent f21213c commit 209247a

File tree

1 file changed

+1
-1
lines changed
  • src/NetFabric.Numerics.Geography/Geodetic2

1 file changed

+1
-1
lines changed

src/NetFabric.Numerics.Geography/Geodetic2/Point.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public static class Point
136136
/// sphere, also known as the great-circle distance.
137137
/// </para>
138138
/// </remarks>
139-
public static TAngle DistanceSpherical<TDatum, TAngle>(Point<TDatum, Radians, TAngle> from, Point<TDatum, Radians, TAngle> to)
139+
public static TAngle DistanceSphere<TDatum, TAngle>(Point<TDatum, Radians, TAngle> from, Point<TDatum, Radians, TAngle> to)
140140
where TDatum : IDatum<TDatum>
141141
where TAngle : struct, IFloatingPointIeee754<TAngle>, IMinMaxValue<TAngle>
142142
{

0 commit comments

Comments
 (0)