clone(output) → {Phaser.Point}
Creates a copy of the given Point.
Parameters
Name | Type | Argument | Description |
---|---|---|---|
output | Phaser.Point | <optional> | Optional Point object. If given the values will be set into this object, otherwise a brand new Point object will be created and returned. |
Returns
The new Point object.
- Source code: geom/Point.js (Line 216)
Please login to continue.