From 209247a056854ba1d43dd12bfb668559d2e0965f Mon Sep 17 00:00:00 2001 From: Antao Almada Date: Tue, 13 Jun 2023 20:13:00 +0100 Subject: [PATCH] Rename --- src/NetFabric.Numerics.Geography/Geodetic2/Point.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NetFabric.Numerics.Geography/Geodetic2/Point.cs b/src/NetFabric.Numerics.Geography/Geodetic2/Point.cs index c08cafe..df5ae7f 100644 --- a/src/NetFabric.Numerics.Geography/Geodetic2/Point.cs +++ b/src/NetFabric.Numerics.Geography/Geodetic2/Point.cs @@ -136,7 +136,7 @@ public static class Point /// sphere, also known as the great-circle distance. /// /// - public static TAngle DistanceSpherical(Point from, Point to) + public static TAngle DistanceSphere(Point from, Point to) where TDatum : IDatum where TAngle : struct, IFloatingPointIeee754, IMinMaxValue {