A String
constant that's used to set the angleMode().
By default, functions such as rotate() and sin() expect angles measured in units of radians. Calling angleMode(DEGREES)
ensures that angles are measured in units of degrees.
Note: TWO_PI
radians equals 360˚.
Examples
Notice any errors or typos? Please let us know. Please feel free to edit src/core/constants.js and open a pull request!