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

https://github.com/shawsumma/basic-vector-example

A basic Vector example. Made for a discord call.
https://github.com/shawsumma/basic-vector-example

Last synced: about 1 year ago
JSON representation

A basic Vector example. Made for a discord call.

Awesome Lists containing this project

README

          

# Basic Vector Example

An example of checking if a 3d vector is "between-ish" two other vectors.

Written quickly on a discord call.

```sh
gcc test.c -o test
./test
```