AngleUnits class

A helper class to make units of angle more accessible

Constructors

AngleUnits()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

arcMinutes AngleUnit
Angle Unit: Arc Minutes: 1 Arc Minute = 1/60 Degrees
final
arcSeconds AngleUnit
Angle Unit: Arc Seconds: 1 Arc Second = 1/3600 Degrees
final
degrees AngleUnit
Angle Unit: Degrees: 1 Degree = 1 Degree
final
gradians AngleUnit
Angle Unit: Gradians: 1 Gradian = 0.9 degrees
final
milliradians AngleUnit
Angle Unit: Milliradians: 1 Milliradian = 0.0572958 Degrees
final
radians AngleUnit
Angle Unit: Radians: 1 Radian = 57.2958 Degrees
final
turns AngleUnit
Angle Unit: Turns: 1 Turn = 360 Degrees
final