Download the PHP package kudm761/martinez-rueda-php without Composer
On this page you can find all versions of the php package kudm761/martinez-rueda-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kudm761/martinez-rueda-php
More information about kudm761/martinez-rueda-php
Files in kudm761/martinez-rueda-php
Download kudm761/martinez-rueda-php
More information about kudm761/martinez-rueda-php
Files in kudm761/martinez-rueda-php
Vendor kudm761
Package martinez-rueda-php
Short Description Martinez-Rueda algorithm for polygon boolean operations
License
Package martinez-rueda-php
Short Description Martinez-Rueda algorithm for polygon boolean operations
License
Please rate this library. Is it a good library?
Informations about the package martinez-rueda-php
Martinez-Rueda polygon boolean operations algorithm
PHP implementation of original algorithm http://www4.ujaen.es/~fmartin/bool_op.html
Algorithm is used for computing Boolean operations on polygons:
- union
- difference
- intersection
- xor
install
Usage
Input parameter is a multipolygon - an array of polygons. And each polygon is an array of points x,y.
Some visual examples
Let's consider two polygons: green multipolygon of two polygons and yellow polygon.
Snow-white polygon is result of Boolean operation on two polygons.
Union
Difference (green NOT yellow)
Intersection
Xor
All versions of martinez-rueda-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package kudm761/martinez-rueda-php contains the following files
Loading the files please wait ....