https://github.com/doubleailes/moa_utils
https://github.com/doubleailes/moa_utils
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/doubleailes/moa_utils
- Owner: doubleailes
- License: mit
- Created: 2024-12-30T15:46:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T11:07:14.000Z (4 months ago)
- Last Synced: 2025-01-25T11:23:38.212Z (4 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MOA Utils
This repository provides utilities for calculating the Agnle in MOA or MRAD for a given drop (in m) and distance (in `m`), as well as calculating the drop (in `m`) for a given Angle and distance (in `m`).
And also a command line to test your abilities to calculate Angles and Drop with a quizz.## angle_calculation
[angle_calculation](angle_calculation/README.md)
## moa_quizz
[moa_quizz](moa_quizz/README.md)