We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c119d57 commit 31ed7f7Copy full SHA for 31ed7f7
1 file changed
src/math/RadToDeg.js
@@ -7,14 +7,14 @@
7
var CONST = require('./const');
8
9
/**
10
- * [description]
+ * Convert the given angle in radians, to the equivalent angle in degrees.
11
*
12
* @function Phaser.Math.RadToDeg
13
* @since 3.0.0
14
15
- * @param {float} radians - [description]
+ * @param {float} radians - The angle in radians to convert ot degrees.
16
17
- * @return {integer} [description]
+ * @return {integer} The given angle in degrees.
18
*/
19
var RadToDeg = function (radians)
20
{
0 commit comments