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

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

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.