Name isn't too important, just explain the math behind what you meandummy_index wrote: ↑Wed Aug 17, 2022 6:27 amAh, if we say trilinear coordinates, it will be interpreted as that kind of normalization. Not a good name...

Your original post said "based on the Chamberlin trimetric, but...", which I interpreted as meaning that you're doing something which is similar to the Chamberlin trimetric but not identical (a description that would indeed apply to trilinear coordinates as defined by Wikipedia).
Center defined how? There are many different ways of determining the center of a non-equilateral triangle, further complicated by the fact that we're properly talking about a circular triangle (convex type) rather than the normal kind.dummy_index wrote: ↑Wed Aug 17, 2022 6:27 amMy intention was Chamberlin's way. The three lines do not intersect at a single point; therefore, find the center of the triangle formed by them.
The way I used trilinear coordinates above will always produce some point lying inside this triangle, and so can be thought of as a type of center, and in any case won't be too far off.
Presumably, if you can define the center in just the right way, you won't need the second tweaking step.
Tedious to calculate in practice, but not difficult to define in the mathematical sense. Sometimes it's just the function you want.dummy_index wrote: ↑Wed Aug 17, 2022 6:27 amInverse functions of added things are difficult (recalling Mollweide's equation).
Figuring out if this method actually produces the right results would be a good start, optimizing the calculation can come later.
Yup, you're completely right! I hadn't thought to try a stereographic projection whose center lies on the edge of the hemisphere.dummy_index wrote: ↑Wed Aug 17, 2022 6:27 am
- Stereographic = exp(Mercator), Mercator = log(Stereographic) (where Mercator is directed N as plus, Stereographic is south-polar view). Translating the Mercator projection is equivalent to scaling the Stereographic projection.
- In stereographic projection, great-circle through the tangent point is projected to a line. scaling the projected image results the line with same appearance, different mapping. Then inverse stereographic results same appearance different scale great-circle.
The conversion dummy_index describes is a composition of two conformal transformations, and so is still conformal.quadibloc wrote: ↑Wed Aug 17, 2022 3:13 pmI didn't know that for a fact, but I'm not at all surprised that it is. What would surprise me greatly was if such a conversion were conformal.dummy_index wrote: ↑Tue Aug 16, 2022 5:59 amAs may be well known, it is possible to convert between a hemisphere and a octant without elliptic integrals.
Also, the Riemann mapping theorem says, essentially, that any shape can be conformally mapped onto any other shape (terms and conditions apply), so the existence of a conformal mapping between the hemisphere and octant should be not at all surprising, although the fact that it doesn't need elliptic integrals might be.