phaser/v3/src/geom
2017-04-04 01:03:28 +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
hermite Tidying up. 2017-02-13 11:52:01 +00:00
intersects Added TriangleToLine intersection test (based on the new LineToLine method) 2017-03-31 04:57:49 +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 Triangle and Rectangle decomposition functions to convert them into an array of points. 2017-04-04 01:03:28 +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 Added Triangle geometry, and Triangle.contains and containsPoint methods. 2017-03-30 00:45:17 +01:00