phaser/src/geom
photonstorm b24de1e561 Polygon.contains would only work with non-flattened Polygon objects. It now works with both flat and non-flat Polygons.
Graphics objects enabled for input would fail to do anything if a Phaser Polygon was given to the Graphics object (which it was in nearly all cases), as it wouldn't detect input correctly with flattened polygons (thanks @symbiane #2591)
2016-06-27 14:51:25 +01:00
..
Circle.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
Ellipse.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
Line.js Deleted whitespace. 2016-05-27 15:55:46 +03:00
Matrix.js Updated docs. 2016-06-14 15:29:38 +01:00
Point.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
Polygon.js Polygon.contains would only work with non-flattened Polygon objects. It now works with both flat and non-flat Polygons. 2016-06-27 14:51:25 +01:00
Rectangle.js Renamed alignTo to alignIn, and added the new method alignTo, to allow for Sprite to Sprite alignment. Updated all of the Bounds and TS defs. 2016-06-16 17:01:51 +01:00
RoundedRectangle.js 2015 - 2016. 2016-04-04 22:16:16 +01:00