From a39098169d8c6cc776086fc18fca47e329425f2a Mon Sep 17 00:00:00 2001 From: Mona Benkert Date: Tue, 25 Nov 2025 15:21:50 +0100 Subject: [PATCH] update --- README.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11fdf59..4890375 100644 --- a/README.md +++ b/README.md @@ -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 ------------ - ----------- -``` \ No newline at end of file +``` + +## project_ortho function: +This functions projects a 3D point on a 2D display \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 43e03b6..cd5b62f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }