phaser/src/geom/polygon
2020-10-15 12:01:13 +01:00
..
Clone.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Contains.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
ContainsPoint.js Finished Geom JSDocs 2020-02-04 16:19:42 +00:00
Earcut.js Earcut has now been exposed and is available via Geom.Polygon.Earcut and is fully documented. 2020-08-25 09:54:03 +01:00
GetAABB.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GetNumberArray.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GetPoints.js added stepRate check for GetPoints methods 2020-03-16 16:12:22 -05:00
index.js Earcut has now been exposed and is available via Geom.Polygon.Earcut and is fully documented. 2020-08-25 09:54:03 +01:00
Perimeter.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Polygon.js Updated Polygon points type. Fix #5357 2020-10-15 12:01:13 +01:00
Reverse.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Simplify.js Geom.Polygon.Simplify is a new function that takes a polygon and simplifies the points by running them through a combination of Douglas-Peucker and Radial Distance algorithms, potentially dramatically reducing the number of points while retaining its shape. 2020-08-18 18:05:45 +01:00
Smooth.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Translate.js Bumping to 3.50 2020-07-31 13:41:29 +01:00