Skip to content

Commit 11fa0c2

Browse files
committed
Docs fix phaserjs#2310
1 parent 4e3c764 commit 11fa0c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/geom/Line.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ Phaser.Line.prototype = {
133133
* Rotation takes place around the coordinates given.
134134
*
135135
* @method Phaser.Line#rotateAround
136+
* @param {number} x - The x coordinate to offset the rotation from.
137+
* @param {number} y - The y coordinate to offset the rotation from.
136138
* @param {number} angle - The angle in radians (unless asDegrees is true) to rotate the line by.
137139
* @param {boolean} [asDegrees=false] - Is the given angle in radians (false) or degrees (true)?
138140
* @return {Phaser.Line} This line object

0 commit comments

Comments
 (0)