Added vector generation script

This commit is contained in:
matthias@arch 2022-09-05 01:04:09 +02:00
parent 0eb81848db
commit dd7c42f6f3

View File

@ -1,7 +1,9 @@
"""
A python script to generate a c++ vector library for math
Should work with vectors with 2-9 components
2022 Matthias Quintern
Copyright © 2022 Matthias Quintern.
This software comes with no warranty.
This software is licensed under the GPL3
"""
from os import path