[readonly] normalY : number Gets the y component of the left-hand normal of this line.
setTo(x1, y1, x2, y2)
[readonly] length : number Gets the length of the line segment.
centerOn(x, y) → {Phaser.Line}
new Line(x1, y1, x2, y2)
[readonly] x : number Gets the x coordinate of the top left of the bounds around this line
fromSprite(startSprite, endSprite, useCenter) → {
[readonly] perpSlope : number Gets the perpendicular slope of the line (x/y).
end : Phaser.Point The end point of the line.
<static> intersects(a, b, asSegment, result)
Page 2 of 4