From dd7c42f6f3e2ea442308d914701b73e32d26a59c Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Mon, 5 Sep 2022 01:04:09 +0200 Subject: [PATCH] Added vector generation script --- generate_vec.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generate_vec.py b/generate_vec.py index 7660689..6c46cae 100644 --- a/generate_vec.py +++ b/generate_vec.py @@ -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