We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3c764 commit 11fa0c2Copy full SHA for 11fa0c2
1 file changed
src/geom/Line.js
@@ -133,6 +133,8 @@ Phaser.Line.prototype = {
133
* Rotation takes place around the coordinates given.
134
*
135
* @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.
138
* @param {number} angle - The angle in radians (unless asDegrees is true) to rotate the line by.
139
* @param {boolean} [asDegrees=false] - Is the given angle in radians (false) or degrees (true)?
140
* @return {Phaser.Line} This line object
0 commit comments