getPoint(position, out) → {Phaser.Point}
Returns a point based on the given position constant, which can be one of: Phaser.TOP_LEFT, Phaser.TOP_CENTER, Phaser.TOP_RIGHT, Phaser.LEFT_CENTER,Phaser.CENTER, Phaser.RIGHT_CENTER, Phaser.BOTTOM_LEFT, Phaser.BOTTOM_CENTERand Phaser.BOTTOM_RIGHT. This method returns the same values as calling Rectangle.bottomLeft, etc, but thosecalls always create a new Point object, where-as this one allows you to use your own.
Parameters
Name Type Argument Descrip