Class DEGREES

Enum for angular operations

Source : file main/Constants.js at line 34

Public getters and setters

readonly static get d0 : Number

Source : file main/Constants.js at line 41

readonly static get d180 : Number

180°

Source : file main/Constants.js at line 55

readonly static get d270 : Number

270°

Source : file main/Constants.js at line 62

readonly static get d360 : Number

360°

Source : file main/Constants.js at line 69

readonly static get d540 : Number

540°

Source : file main/Constants.js at line 76

readonly static get d90 : Number

90°

Source : file main/Constants.js at line 48

readonly static get fromRadians : Number

Conversion radians to °

Source : file main/Constants.js at line 90

readonly static get toRadians : Number

Conversion ° to radians

Source : file main/Constants.js at line 83