File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 * @function Phaser.Math.Angle.BetweenPoints
1313 * @since 3.0.0
1414 *
15- * @param {( Phaser.Geom.Point|object) } point1 - The first point.
16- * @param {( Phaser.Geom.Point|object) } point2 - The second point.
15+ * @param {Phaser.Types.Math.Vector2Like } point1 - The first point.
16+ * @param {Phaser.Types.Math.Vector2Like } point2 - The second point.
1717 *
1818 * @return {number } The angle in radians.
1919 */
Original file line number Diff line number Diff line change 1313 * @function Phaser.Math.Angle.BetweenPointsY
1414 * @since 3.0.0
1515 *
16- * @param {( Phaser.Geom.Point|object) } point1 - The first point.
17- * @param {( Phaser.Geom.Point|object) } point2 - The second point.
16+ * @param {Phaser.Types.Math.Vector2Like } point1 - The first point.
17+ * @param {Phaser.Types.Math.Vector2Like } point2 - The second point.
1818 *
1919 * @return {number } The angle in radians.
2020 */
You can’t perform that action at this time.
0 commit comments