tazorax / math-utils
Mathematical objects in a PHP library
v0.0.7-alpha
2020-05-13 21:07 UTC
Requires
- php: >=7.0
Requires (Dev)
- phpdocumentor/phpdocumentor: ^2.9
- phpunit/phpunit: ^6.5
- satooshi/php-coveralls: ^2.2
This package is auto-updated.
Last update: 2024-11-13 14:45:47 UTC
README
This library provide mathematical objects for PHP 7.0+
Content
2D (WIP)
- Point2d
- Polygon
- Rectangle
- Triangle
- Vector2d
3D (WIP)
- Point3d
- Vector3d
- Matrix3d
Arithmetic
- Fraction
- FractionCollection
- Utils
Install
Using composer
composer require tazorax/math-utils
Documentation
For more detailed information you can check our online documentation at http://tazorax.github.io/math-utils/docs/master/