Skip to content

Commit c89b619

Browse files
committed
Update CHANGELOG.md
1 parent 2db1496 commit c89b619

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ If you used any of them in your code, please update to the new function names be
144144
* `Geom.Intersects.GetLineToPoints` is a new function that checks for the closest point of intersection between a line segment and an array of points, where each pair of points form a line segment.
145145
* `Geom.Intersects.GetRaysFromPointToPolygon` is a new function that emits rays out from the given point and detects for intersection against all given polygons, returning the points of intersection in the results array.
146146
* `Geom.Polygon.Translate` is a new function that allows you to translate all the points of a polygon by the given values.
147+
* `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.
147148
* `WebGLRenderer.setInt1iv` will allow you to look-up and set a 1iv uniform on the given shader.
148149
* `Phaser.Types.Math.Vector3Like` is a new data type representing as Vector 3 like object.
149150
* `Phaser.Types.Math.Vector4Like` is a new data type representing as Vector 4 like object.

0 commit comments

Comments
 (0)