From 5bb20f7ab438bcd3bafe187932629529f82f92fd Mon Sep 17 00:00:00 2001 From: Brendan Jurd Date: Sat, 20 Nov 2021 18:58:13 +1100 Subject: Docs: Add new Ellipsoids page to explain ellipsoidal parameters (#2922) Co-authored-by: Rohit Co-authored-by: Brendan Jurd Co-authored-by: Mike Taves --- src/ell_set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ell_set.cpp') diff --git a/src/ell_set.cpp b/src/ell_set.cpp index f6599b9e..f86bf65a 100644 --- a/src/ell_set.cpp +++ b/src/ell_set.cpp @@ -51,7 +51,7 @@ int pj_ellipsoid (PJ *P) { Spherification parameters supported are: R_A, which gives a sphere with the same surface area as the ellipsoid - R_A, which gives a sphere with the same volume as the ellipsoid + R_V, which gives a sphere with the same volume as the ellipsoid R_a, which gives a sphere with R = (a + b)/2 (arithmetic mean) R_g, which gives a sphere with R = sqrt(a*b) (geometric mean) -- cgit v1.2.3