phaser/src/geom/polygon
2018-09-26 11:01:48 +01:00
..
Clone.js Added jsdocs 2018-02-12 16:01:21 +00:00
Contains.js Added jsdocs 2018-02-12 16:01:21 +00:00
ContainsPoint.js Added jsdocs 2018-02-12 16:01:21 +00:00
Earcut.js Added jsdocs 2018-02-12 16:01:21 +00:00
GetAABB.js Add generic types on Geom 2018-03-27 15:27:08 +02:00
GetNumberArray.js Add generic types on Geom 2018-03-27 15:27:08 +02:00
GetPoints.js Added Polygon.GetPoints 2018-08-31 20:30:36 -04:00
index.js Added Polygon.Smooth and exposed Polygon.Reverse 2018-09-06 00:16:56 +01:00
Perimeter.js Added Polygon.Perimeter 2018-08-31 20:21:34 -04:00
Polygon.js Polygon.setTo can now take a string of space separated numbers when creating the polygon data, i.e.: '40 0 40 20 100 20 100 80 40 80 40 100 0 50'. This update also impacts the Polygon Shape object, which can now also take this format as well. 2018-09-26 11:01:48 +01:00
Reverse.js Add generic types on Geom 2018-03-27 15:27:08 +02:00
Smooth.js Added Polygon.Smooth and exposed Polygon.Reverse 2018-09-06 00:16:56 +01:00