Skip to content

Commit

Permalink
#45: constant added
Browse files Browse the repository at this point in the history
  • Loading branch information
evaristocuesta committed Aug 28, 2021
1 parent 0e15174 commit b97ff8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/constant.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default class Constant {
static TWO_PI = 2 * Math.PI;
}

0 comments on commit b97ff8c

Please sign in to comment.