<static> angle(a, b) → {number}
Returns the angle between two Point objects.
Parameters
Name | Type | Description |
---|---|---|
a | Phaser.Point | The first Point object. |
b | Phaser.Point | The second Point object. |
Returns
number -
The angle between the two Points.
- Source code: geom/Point.js (Line 585)
Please login to continue.