Skip to content

Commit 2fbb29f

Browse files
committed
Fill all description tags in Rotate.js
1 parent 31ed7f7 commit 2fbb29f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/math/Rotate.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
*/
66

77
/**
8-
* [description]
8+
* Rotate a given point by a given angle around the origin (0, 0), in an anti-clockwise direction.
99
*
1010
* @function Phaser.Math.Rotate
1111
* @since 3.0.0
1212
*
13-
* @param {(Phaser.Geom.Point|object)} point - [description]
14-
* @param {number} angle - [description]
13+
* @param {(Phaser.Geom.Point|object)} point - The point to be rotated.
14+
* @param {number} angle - The angle to be rotated by in an anticlockwise direction.
1515
*
16-
* @return {Phaser.Geom.Point} [description]
16+
* @return {Phaser.Geom.Point} The given point, rotated by the given angle in an anticlockwise direction.
1717
*/
1818
var Rotate = function (point, angle)
1919
{

0 commit comments

Comments
 (0)