divide(x, y) → {Phaser.Point}
Divides Point.x and Point.y by the given x and y values.
Parameters
Name | Type | Description |
---|---|---|
x | number | The value to divide Point.x by. |
y | number | The value to divide Point.x by. |
Returns
This Point object. Useful for chaining method calls.
- Source code: geom/Point.js (Line 154)
Please login to continue.