- #1
frostfat
- 2
- 0
Hi, I have an interesting problem.
I have three GPS coordinates, creating two lines across the surface of a sphere (assuming the Earth is spherical). I want to be able to create a new line (across the surface of a sphere) with a gradient that is in between the gradient of the two existing lines, and intersects with one of the coordinates.
On this new line, I want to find a new coordinate, which I can use to represent the new curve. The result should be the new coordinate, not the equation of the new curve.
https://docs.google.com/drawings/d/1p9P3dzvI_shRHTEI0rxvundkW5Mvij1CRsbIlx2uGAU/edit?usp=sharing, not representing the curved nature of the sphere. All lines are to be crossing the surface of the globe, and maintaining the GPS structure.
Thanks in advance for any help! :)
I have three GPS coordinates, creating two lines across the surface of a sphere (assuming the Earth is spherical). I want to be able to create a new line (across the surface of a sphere) with a gradient that is in between the gradient of the two existing lines, and intersects with one of the coordinates.
On this new line, I want to find a new coordinate, which I can use to represent the new curve. The result should be the new coordinate, not the equation of the new curve.
https://docs.google.com/drawings/d/1p9P3dzvI_shRHTEI0rxvundkW5Mvij1CRsbIlx2uGAU/edit?usp=sharing, not representing the curved nature of the sphere. All lines are to be crossing the surface of the globe, and maintaining the GPS structure.
Thanks in advance for any help! :)