mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
Fill all description tags in TadToDeg.js
This commit is contained in:
parent
c119d570ee
commit
31ed7f7673
1 changed files with 3 additions and 3 deletions
|
@ -7,14 +7,14 @@
|
|||
var CONST = require('./const');
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Convert the given angle in radians, to the equivalent angle in degrees.
|
||||
*
|
||||
* @function Phaser.Math.RadToDeg
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {float} radians - [description]
|
||||
* @param {float} radians - The angle in radians to convert ot degrees.
|
||||
*
|
||||
* @return {integer} [description]
|
||||
* @return {integer} The given angle in degrees.
|
||||
*/
|
||||
var RadToDeg = function (radians)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue