Skip to content

Commit

Permalink
readonly deg2rad
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpopelyshev committed Jan 10, 2018
1 parent 26e238d commit bf6c452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/math/src/Transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,14 @@ export default class Transform
/**
* Radians to current units multiplicator, depends on useRadians
* @member {number}
* @readonly
*/
this.rad2deg = RAD_TO_DEG;

/**
* Current units to radians multiplicator, depends on useRadians
* @member {number}
* @readonly
*/
this.deg2rad = DEG_TO_RAD;
}
Expand Down

0 comments on commit bf6c452

Please sign in to comment.