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.
ReadonlydegreesThe angle's value expressed in degrees.
ReadonlyoptionsAngle options. Set to undefined to disable all options.
Number of digits to round all values to. Set to undefined to disable
rounding.
ReadonlyradiansThe 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
digitsoption. An instance of this class is readonly: to get updated values, construct a new instance.