<static> intersectsRectangle(line, rect) → {boolean} Checks
[readonly] normalY : number Gets the y component of the left-hand normal of this line.
[readonly] x : number Gets the x coordinate of the top left of the bounds around this line
[readonly] length : number Gets the length of the line segment.
new Line(x1, y1, x2, y2)
reflect(line) → {number} Returns the reflected angle between two lines.This is the outgoing
[readonly] left : number Gets the left-most point of this line.
end : Phaser.Point The end point of the line.
[readonly] bottom : number Gets the bottom-most point of this line.
pointOnLine(x, y) → {boolean} Tests if the given coordinates fall on this line. See pointOnSegment
Page 2 of 4