Added uv and also some comments for the angle calculation

This commit is contained in:
Jonas Hahn
2025-12-20 10:29:23 +01:00
parent 209dca235f
commit 460b874651
4 changed files with 30 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ pkgs.mkShell {
(pkgs.python313.withPackages (ps: with ps; [
matplotlib
numpy
ty
]))
];
}