mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 06:30:38 +00:00
Merge branch 'master' of https://github.com/photonstorm/phaser
This commit is contained in:
commit
78d009c249
2 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@
|
|||
* @function Phaser.Math.Angle.BetweenPoints
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {(Phaser.Geom.Point|object)} point1 - The first point.
|
||||
* @param {(Phaser.Geom.Point|object)} point2 - The second point.
|
||||
* @param {Phaser.Types.Math.Vector2Like} point1 - The first point.
|
||||
* @param {Phaser.Types.Math.Vector2Like} point2 - The second point.
|
||||
*
|
||||
* @return {number} The angle in radians.
|
||||
*/
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
* @function Phaser.Math.Angle.BetweenPointsY
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {(Phaser.Geom.Point|object)} point1 - The first point.
|
||||
* @param {(Phaser.Geom.Point|object)} point2 - The second point.
|
||||
* @param {Phaser.Types.Math.Vector2Like} point1 - The first point.
|
||||
* @param {Phaser.Types.Math.Vector2Like} point2 - The second point.
|
||||
*
|
||||
* @return {number} The angle in radians.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue