Original angle value, either in radians or degrees.
Angle options. Set to undefined
to disable all options.
Number of digits to round all values to. Set to undefined
to disable
rounding.
Readonly
degreesThe angle's value expressed in degrees.
Readonly
optionsAngle options. Set to undefined
to disable all options.
Number of digits to round all values to. Set to undefined
to disable
rounding.
Readonly
radiansThe angle's value expressed in radians.
An angle definition defined in either radians or degrees, with accessors for both radians and degrees. Values are rounded according to the given
digits
option. An instance of this class is readonly: to get updated values, construct a new instance.