<static> negative(a, out) → {Phaser.Point}
Creates a negative Point.
Parameters
Name | Type | Argument | Description |
---|---|---|---|
a | Phaser.Point | The first Point object. | |
out | Phaser.Point | <optional> | Optional Point to store the value in, if not supplied a new Point object will be created. |
Returns
The new Point object.
- Source code: geom/Point.js (Line 600)
Please login to continue.