contains(x, y) → {boolean} Determines whether the specified coordinates are contained within the
identity() → {Phaser.Matrix}
contains(x, y) → {boolean} Return true if the given x/y coordinates are within this Circle object
pointOnLine(x, y) → {boolean} Tests if the given coordinates fall on this line. See pointOnSegment
empty : boolean Determines whether or not this Ellipse object is empty. Will return a value of true if the Ellipse objects dimensions
[readonly] halfWidth : number Half of the width of the Rectangle.
clone(output) → {Phaser.Point}
centerOn(x, y) → {Phaser.Rectangle}
end : Phaser.Point The end point of the line.
[readonly] slope : number Gets the slope of the line (y/x).
Page 10 of 25