Skip to content

Commit

Permalink
move Math to library
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank.Markwort committed Sep 18, 2024
1 parent 34685c9 commit c2be051
Show file tree
Hide file tree
Showing 20 changed files with 69 additions and 682 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"ext-memcached": "*",
"ext-bcmath": "*",
"ext-sockets": "*",
"ext-pdo": "*"
"ext-pdo": "*",
"poseidon2/math": "^1.0"
}
}
51 changes: 48 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

121 changes: 0 additions & 121 deletions src/Core/Math/AbstractAngleRad.php

This file was deleted.

10 changes: 0 additions & 10 deletions src/Core/Math/EnumRange.php

This file was deleted.

24 changes: 0 additions & 24 deletions src/Core/Math/Skalar/Rad.php

This file was deleted.

10 changes: 0 additions & 10 deletions src/Core/Math/Vector/Operator.php

This file was deleted.

71 changes: 0 additions & 71 deletions src/Core/Math/Vector/PolarVector.php

This file was deleted.

63 changes: 0 additions & 63 deletions src/Core/Math/Vector/PolarVectorOperation.php

This file was deleted.

4 changes: 2 additions & 2 deletions src/Modules/External/AbstractFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Modules\External;

use Core\Math\Skalar\Rad;
use Core\Math\Vector\PolarVector;
use Math\Skalar\Rad;
use Math\Vector\PolarVector;

abstract class AbstractFacade
{
Expand Down
Loading

0 comments on commit c2be051

Please sign in to comment.