From ef94ddb89aa3b0882aa3c254b8601f8fb5a53e49 Mon Sep 17 00:00:00 2001 From: Thombrix Date: Sun, 26 Nov 2023 00:33:53 +0100 Subject: [PATCH] Added a math utility class to do distance and direction calculations between two lat lon coordinates --- backend-laravel/app/Utility/Math.php | 46 ++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 backend-laravel/app/Utility/Math.php diff --git a/backend-laravel/app/Utility/Math.php b/backend-laravel/app/Utility/Math.php new file mode 100644 index 0000000..e670a37 --- /dev/null +++ b/backend-laravel/app/Utility/Math.php @@ -0,0 +1,46 @@ +