<static> equals(a, b) → {boolean}
Determines whether the two given Point objects are equal. They are considered equal if they have the same x and y values.
Parameters
Name | Type | Description |
---|---|---|
a | Phaser.Point | The first Point object. |
b | Phaser.Point | The second Point object. |
Returns
boolean -
A value of true if the Points are equal, otherwise false.
- Source code: geom/Point.js (Line 571)
Please login to continue.