From a2c4cafa7076c076fa1e7e9de89e20c35da79551 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Sun, 4 Jan 2015 12:38:52 +0000 Subject: [PATCH] Update readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52ec57e18..559ac0a8d 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ Version 2.2.2 - "Alkindar" - in development ### New Features * Phaser.Loader now supports BLOB urls for audio files (thanks @aressler38 #1462) -* Line.reflect will calculate the reflected, or outgoing angle of the line and a given line if they intersect. This can be used for Body vs. Line collision responses and rebounds. +* Line.reflect will calculate the reflected, or outgoing angle of two lines. This can be used for Body vs. Line collision responses and rebounds. +* Line.normalAngle gets the angle of the line normal in radians. * Line.normalX and Line.normalY contain the x and y components of the left-hand normal of the line. * Line.fromAngle will sets this line to start at the given `x` and `y` coordinates and for the segment to extend at `angle` for the given `length`.