Hey guys!
I have an Point A and i want to find an Point Bs real world coordinates.
Given for that is:
- The Lat and Longitude of A
- The angle that A is facing (faces B)
- The distance in meters between A and B
I have found this resource (https://www.wyzant.com/resources/answers/601887/calculate-point-given-x-y-angle-and-distance) but i am looking for the real world coordinates, not the coordinates in an coordinate system.
Calculate point, given x, y, angle, and distance?