Earth Latitude & Longitude to Latitude & Longitude on a 3D sphere

这一生的挚爱 提交于 2019-12-04 17:14:31

Yes.

  • tx^2 + ty^2 + tz^2 = radius^2 & math = radius^2, so you are on your sphere.
  • if latitude=0, then ty = 0, so you are on a circle parallel to the equator.
  • if longitude=0, then tz = 0 so you are on the a meridian.

Just check that you are in xyz not xzy or zyx, and that North is x>0 and East y>0, or whatever signs are compatible with point of view of your 3D rendering soft.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!