pointOnLine(x, y) → {boolean} Tests if the given coordinates fall on this line. See pointOnSegment
[readonly] bottom : number Gets the bottom-most point of this line.
[readonly] slope : number Gets the slope of the line (y/x).
[readonly] left : number Gets the left-most point of this line.
[readonly] height : number Gets the height of this bounds of this line.
<static> reflect(a, b) → {number} Returns the reflected
[readonly] y : number Gets the y coordinate of the top left of the bounds around this line
[readonly] angle : number Gets the angle of the line in radians.
fromAngle(x, y, angle, length) → {Phaser.Line}
<static> intersectsPoints(a, b, e, f, asSegment, result)
Page 3 of 4