Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmada committed Jun 13, 2023
1 parent f21213c commit 209247a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetFabric.Numerics.Geography/Geodetic2/Point.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public static class Point
/// sphere, also known as the great-circle distance.
/// </para>
/// </remarks>
public static TAngle DistanceSpherical<TDatum, TAngle>(Point<TDatum, Radians, TAngle> from, Point<TDatum, Radians, TAngle> to)
public static TAngle DistanceSphere<TDatum, TAngle>(Point<TDatum, Radians, TAngle> from, Point<TDatum, Radians, TAngle> to)
where TDatum : IDatum<TDatum>
where TAngle : struct, IFloatingPointIeee754<TAngle>, IMinMaxValue<TAngle>
{
Expand Down

0 comments on commit 209247a

Please sign in to comment.