Merge branch 'main' into project_tester

This commit is contained in:
Sladoje 2025-11-17 12:33:25 +01:00
commit f79648ea47
5 changed files with 33 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

8
.idea/.gitignore generated vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

4
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings" defaultProject="true" />
</project>

1
Prog3b_651 Submodule

@ -0,0 +1 @@
Subproject commit 21700018752d7b19e3c2642707b1c1b06e2f3d84

20
docs/requirements.txt Normal file
View File

@ -0,0 +1,20 @@
Projekt: .wuerfelmemory
Datum: 03.11.2025
Team(Rollen):Projektleiter: Alina.B
Architekt: Alex.S
Entwickler: Tomila.B
Tester: Elisa.S
1.Projektziel:
| Funktion | Eingabe | Ausgabe | Kurzbeschreibung |
|---------------|------------------------------------|-----------------------|----------------------------------------|
| matmul | 4x4 Matrix A, 4x4 Matrix B | 4x4 Matrix | |
| translate | 3D Vektor | 4x4 Matrix | |
| rot3D | Winkel in °, Rotationsachse (x/y/z)| 4x4 Matrix | |
Dokumentation: