20 lines
536 B
Plaintext
20 lines
536 B
Plaintext
|
/*!
|
||
|
* The buffer module from node.js, for the browser.
|
||
|
*
|
||
|
* @author Feross Aboukhadijeh <https://feross.org>
|
||
|
* @license MIT
|
||
|
*/
|
||
|
|
||
|
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
|
||
|
|
||
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||
|
|
||
|
/**
|
||
|
* martinez v0.4.3
|
||
|
* Martinez polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor
|
||
|
*
|
||
|
* @author Alex Milevski <info@w8r.name>
|
||
|
* @license MIT
|
||
|
* @preserve
|
||
|
*/
|