Skip to content

Commit 0c06bb2

Browse files
committed
Update CHANGELOG.md
1 parent 06c92f9 commit 0c06bb2

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
@@ -142,6 +142,7 @@ If you used any of them in your code, please update to the new function names be
142142
* `WebGLRenderer.setInt1iv` will allow you to look-up and set a 1iv uniform on the given shader.
143143
* `Geom.Intersects.GetLineToLine` is a new function that will return a Vector3 containing the point of intersection between 2 line segments, with the `z` property holding the distance value.
144144
* `Geom.Intersects.GetLineToPolygon` is a new function that checks for the closest point of intersection between a line segment and an array of polygons.
145+
* `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.
145146
* `Geom.Polygon.Translate` is a new function that allows you to translate all the points of a polygon by the given values.
146147
* `Phaser.Types.Math.Vector3Like` is a new data type representing as Vector 3 like object.
147148
* `Phaser.Types.Math.Vector4Like` is a new data type representing as Vector 4 like object.

0 commit comments

Comments
 (0)