An open API service indexing awesome lists of open source software.

https://github.com/randomgamingdev/trig-pos-find

A simple python script that uses trigonometry to find a position based on 2 points and the degree of any pointer pointing to that position in both. This is especially useful for games like Minecraft, where eyes of ender point to a structure, in this case the stronghold and where structures are placed randomly about the world.
https://github.com/randomgamingdev/trig-pos-find

calculator console console-application games locator minecraft simple trigonometry

Last synced: 3 months ago
JSON representation

A simple python script that uses trigonometry to find a position based on 2 points and the degree of any pointer pointing to that position in both. This is especially useful for games like Minecraft, where eyes of ender point to a structure, in this case the stronghold and where structures are placed randomly about the world.

Awesome Lists containing this project

README

          

# trig-pos-find
A simple python script that uses trigonometry to find a position based on 2 points and the degree of any pointer pointing to that position in both. This is especially useful for games like Minecraft, where eyes of ender point to a structure, in this case the stronghold and where structures are placed randomly about the world.