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.
- Host: GitHub
- URL: https://github.com/shawsumma/basic-vector-example
- Owner: ShawSumma
- License: mit
- Created: 2025-03-29T05:02:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T05:06:14.000Z (about 1 year ago)
- Last Synced: 2025-03-29T06:19:58.088Z (about 1 year ago)
- Language: C
- 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
# 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
```