This commit is contained in:
Richard Davey 2020-01-20 16:08:15 +00:00
commit 78d009c249
2 changed files with 4 additions and 4 deletions

View file

@ -12,8 +12,8 @@
* @function Phaser.Math.Angle.BetweenPoints * @function Phaser.Math.Angle.BetweenPoints
* @since 3.0.0 * @since 3.0.0
* *
* @param {(Phaser.Geom.Point|object)} point1 - The first point. * @param {Phaser.Types.Math.Vector2Like} point1 - The first point.
* @param {(Phaser.Geom.Point|object)} point2 - The second point. * @param {Phaser.Types.Math.Vector2Like} point2 - The second point.
* *
* @return {number} The angle in radians. * @return {number} The angle in radians.
*/ */

View file

@ -13,8 +13,8 @@
* @function Phaser.Math.Angle.BetweenPointsY * @function Phaser.Math.Angle.BetweenPointsY
* @since 3.0.0 * @since 3.0.0
* *
* @param {(Phaser.Geom.Point|object)} point1 - The first point. * @param {Phaser.Types.Math.Vector2Like} point1 - The first point.
* @param {(Phaser.Geom.Point|object)} point2 - The second point. * @param {Phaser.Types.Math.Vector2Like} point2 - The second point.
* *
* @return {number} The angle in radians. * @return {number} The angle in radians.
*/ */