AngleUnits class
A helper class to make units of angle more accessible
Constructors
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
Constants
- arcMinutes → const AngleUnit
- Angle Unit: Arc Minutes: 1 Arc Minute = 1/60 Degrees
- arcSeconds → const AngleUnit
- Angle Unit: Arc Seconds: 1 Arc Second = 1/3600 Degrees
- degrees → const AngleUnit
- Angle Unit: Degrees: 1 Degree = 1 Degree
- gradians → const AngleUnit
- Angle Unit: Gradians: 1 Gradian = 0.9 degrees
- milliradians → const AngleUnit
- Angle Unit: Milliradians: 1 Milliradian = 0.0572958 Degrees
- radians → const AngleUnit
- Angle Unit: Radians: 1 Radian = 57.2958 Degrees
- turns → const AngleUnit
- Angle Unit: Turns: 1 Turn = 360 Degrees