Perspective Projection: determine the 2D screen coordinates (x,y) of points in 3D space (x,y,z)
问题 I wish to determine the 2D screen coordinates (x,y) of points in 3D space (x,y,z). The points I wish to project are real-world points represented by GPS coordinates and elevation above sea level. For example: Point (Lat:49.291882, Long:-123.131676, Height: 14m) The camera position and height can also be determined as a x,y,z point. I also have the heading of the camera (compass degrees), its degree of tilt (above/below horizon) and the roll (around the z axis). I have no experience of 3D