feet : initial commit of all the files

This commit is contained in:
ALittlePatate
2022-09-03 13:18:07 +02:00
commit 9adfdba838
6 changed files with 313 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# 2D Polynomials
I was bored so i made this tool, it allows you to calculate :
* the delta
* x1, x2, x0
* vertex coordinates
The names of the functions/variables are in French, uhh use google translate to read the code i guess, sorry for that.
# Usage
```poly.exe a b c ```
# Screenshot
![Screenshot](screenshot/screenshot.png)