equals(a) → {boolean}
Determines whether the given objects x/y values are equal to this Point object.
Parameters
Name | Type | Description |
---|---|---|
a | Phaser.Point | any | The object to compare with this Point. |
Returns
boolean -
A value of true if the x and y points are equal, otherwise false.
- Source code: geom/Point.js (Line 268)
Please login to continue.