centerOn(x, y) → {Phaser.Line}
new Line(x1, y1, x2, y2)
reflect(line) → {number} Returns the reflected angle between two lines.This is the outgoing
setTo(x1, y1, x2, y2)
[readonly] x : number Gets the x coordinate of the top left of the bounds around this line
<static> intersectsRectangle(line, rect) → {boolean} Checks
end : Phaser.Point The end point of the line.
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.
fromSprite(startSprite, endSprite, useCenter) → {
Page 2 of 4