how to convert decimal degree to metric unit in simulating the moving of an object in c#

254 Views Asked by At

i have a simulating of moving object in c#. i have some coordinates and speed(moving force) vector value in every coordinate. all of the coordination are decimal degree like below:

lon:57.513958 lat:30.369513

in each point there is two force value in horizontal and vertical directions that move the object spawned in that place. these forces unit is metric (m/s) but the coordinate is decimal degree. now problem is: how can i find exact location of object when the moving vector unit is metric and locations are decimal? how can i convert them to eachother

0

There are 0 best solutions below