https://github.com/tazorax/math-utils
Mathematical objects in a PHP library
https://github.com/tazorax/math-utils
mathematical-objects php wip
Last synced: 6 months ago
JSON representation
Mathematical objects in a PHP library
- Host: GitHub
- URL: https://github.com/tazorax/math-utils
- Owner: tazorax
- License: mit
- Created: 2015-12-26T10:49:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T10:24:08.000Z (over 3 years ago)
- Last Synced: 2025-09-30T00:13:27.438Z (9 months ago)
- Topics: mathematical-objects, php, wip
- Language: PHP
- Homepage: http://tazorax.github.io/math-utils
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# math-utils
[](https://travis-ci.org/tazorax/math-utils)
[](https://coveralls.io/github/tazorax/math-utils?branch=master)
[](https://insight.sensiolabs.com/projects/ec922a73-2fa9-4e43-b59a-881afc110b73)
[](https://www.versioneye.com/php/tazorax:math-utils/dev-master)
[](https://github.com/tazorax/math-utils/blob/master/LICENSE)
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/](http://tazorax.github.io/math-utils/docs/master/)