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.
- Host: GitHub
- URL: https://github.com/randomgamingdev/trig-pos-find
- Owner: RandomGamingDev
- License: mit
- Created: 2023-01-27T16:42:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T16:43:25.000Z (almost 3 years ago)
- Last Synced: 2025-03-13T15:41:50.984Z (9 months ago)
- Topics: calculator, console, console-application, games, locator, minecraft, simple, trigonometry
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.