Midpoint of two n-vectors

33 Views Asked by At

Currently I am using n-vectors (more information can be found here) for an accurate and singularity-free representation of coordinates on the earth's surface. For various reasons, I need to compute the midpoint of two n-vectors. How can I achieve that? I know how to do that in Cartesian R3, but not in that spherical geometry.