Floor Coordinates to In Game coordinates?

Floor Coordinates to In Game coordinates?

in API Development

Posted by: Zirak.7028

Zirak.7028

Hi,

I was wondering if it is possible to convert floor coordinates for example:
{
sector_id,
“name”:“Dostoev Sky Peak”,
level,
“coord”:[
20564.9,
16726.1

]
}

Into in-game coordinates (excluding z coordinate, as I know retrieving this would be impossible)?

Floor Coordinates to In Game coordinates?

in API Development

Posted by: smiley.1438

smiley.1438

See this thread: https://forum-en.gw2archive.eu/forum/community/api/Plotting-events-on-a-map/2916120 (you might want to reverse the calculation then )

Floor Coordinates to In Game coordinates?

in API Development

Posted by: Zirak.7028

Zirak.7028

Thanks for your suggestion! I was doing exactly the same thing last evening for about a few hours unfortunately I’m super terrible at math I was hoping someone could work with me in reversing it?

Thanks!

Floor Coordinates to In Game coordinates?

in API Development

Posted by: Zirak.7028

Zirak.7028

After spending the entire day, I finally got it! Thanks, this topic can be closed now.

Floor Coordinates to In Game coordinates?

in API Development

Posted by: darthmaim.6017

darthmaim.6017

If you could post your calculation here you could save someone with the same problem some trouble in the future.