This commit is contained in:
Mona Benkert 2025-11-25 15:21:50 +01:00
parent bd962791ff
commit a39098169d
2 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,7 @@ This Package contains a few fundamental function which can be used for **matrice
- transpose function
- rot_2D function
- rot_3D function
- project_ortho
## matmul function:
@ -111,4 +112,7 @@ rotation matrix for 90° on the y axis:
0 1 0
-1 0 6.12323e-17
------------ - -----------
```
```
## project_ortho function:
This functions projects a 3D point on a 2D display

View File

@ -1,6 +1,6 @@
[project]
name = "matrixmania_benkertmo99686"
version = "0.2.0"
version = "0.3.0"
description = "MatrixMania: Simple linear algebra functions for teaching (matmul, transpose, rot_2D)."
authors = [
{ name="Mona Benkert", email="benkertmo99686@th-nuernberg.de" }