phaser/v3/src/geom
2017-05-16 13:13:25 +01:00
..
circle Added Layer actions for create, createMultiple, rotation around a fixed point, rotation by distance, and positioning around a circle. 2017-03-28 03:09:59 +01:00
ellipse Added in more intersection functions and line functions. 2017-01-04 23:53:27 +00:00
intersects Fixed typo in RectToTriangle and added in easy bounding box escape checks. 2017-04-04 01:22:23 +01:00
line Added Line.getPointA and getPointB methods. 2017-03-31 04:58:03 +01:00
point Added Point.GetCentroid. 2017-01-03 22:31:02 +00:00
polygon Added Phaser.Geom.Triangle.BuildFromPolygon to convert polygon into triangle objects. 2017-04-03 23:30:14 +01:00
rectangle Added Rectangle to Triangle, and Triangle to Triangle intersection functions. Detects for face intersection and also point within point (so a triangle fully enclosed inside a rectangle for example) 2017-04-04 01:04:05 +01:00
triangle Added Triangle and Rectangle decomposition functions to convert them into an array of points. 2017-04-04 01:03:28 +01:00
index.js Moved Hermite into new Phaser.Path namespace and folder. 2017-05-16 13:13:25 +01:00