Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在做一个项目,我想整合基于 gps 坐标的 3d 地形的创建。现在,渲染算法使用高度图,我一直坚持从 gps 坐标创建高度图,基本上,我很感兴趣将 gps 坐标转换为适合我的高度图的笛卡尔坐标。
提前致谢!
这基本上是相反的:
球体上的 3D 坐标到纬度和经度
但是所有的逻辑/数学都在那里。基本上 GPS 坐标以经度和纬度坐标表示,它们是以弧度表示的球坐标。
但是,我不确定 GPS 坐标中的高度是如何表示的。