https://github.com/purplebooth/hungry-distance
Calculate the distance between two points in an XYZ space
https://github.com/purplebooth/hungry-distance
Last synced: over 1 year ago
JSON representation
Calculate the distance between two points in an XYZ space
- Host: GitHub
- URL: https://github.com/purplebooth/hungry-distance
- Owner: PurpleBooth
- License: cc0-1.0
- Created: 2021-04-05T18:49:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T23:23:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T10:44:18.285Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# hungry-distance
Calculate the distance between two points in an XYZ space.
## Usage
``` shell
hungry-distance 0.1.38
Billie Thompson
Calculate the distance between two points in an XYZ space
USAGE:
hungry-distance
ARGS:
coordinate 1 x
coordinate 1 y
coordinate 1 z
coordinate 2 x
coordinate 2 y
coordinate 2 z
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
```
## Installing
You can install this with brew
``` shell
brew install PurpleBooth/repo/hungry-distance
```
You can also download the [latest
release](https://github.com/PurpleBooth/hungry-distance/releases/latest)
and run it.