An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# math-utils
[![Build Status](https://img.shields.io/travis/tazorax/math-utils/master.svg?style=flat-square)](https://travis-ci.org/tazorax/math-utils)
[![Coverage Status](https://img.shields.io/coveralls/tazorax/math-utils/master.svg?style=flat-square)](https://coveralls.io/github/tazorax/math-utils?branch=master)
[![SensioLabs Insight](https://img.shields.io/sensiolabs/i/ec922a73-2fa9-4e43-b59a-881afc110b73.svg?style=flat-square)](https://insight.sensiolabs.com/projects/ec922a73-2fa9-4e43-b59a-881afc110b73)
[![Dependency Status](https://img.shields.io/versioneye/d/php/tazorax:math-utils/dev-master.svg?style=flat-square)](https://www.versioneye.com/php/tazorax:math-utils/dev-master)
[![GitHub license](https://img.shields.io/github/license/tazorax/math-utils.svg?style=flat-square)](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/)