We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5139a9 + 29fddf2 commit c62bacaCopy full SHA for c62baca
src/math/angle/GetCounterClockwiseDistance.js
@@ -4,10 +4,9 @@
4
* @license {@link https://opensource.org/licenses/MIT|MIT License}
5
*/
6
7
-var MATH_CONST = require('../const');
8
var NormalizeAngle = require('./Normalize');
9
10
-var TAU = MATH_CONST.TAU;
+var TAU = 2 * Math.PI;
11
12
/**
13
* Gets the shortest nonpositive angular distance from angle1 to angle2.
0 commit comments