menu
angles package
documentation
angles
Angle
degrees property
degrees
brightness_4
degrees
property
Null safety
double
degrees
Get the angle in degrees.
Implementation
double get degrees => (_storage / math.pi) * 180.0;
angles package
documentation
angles
Angle
degrees property
Angle class
Constructors
acos
asin
atan
atan2
atanFullTurn
cartesian
degrees
eighthTurn
fromDegrees
fromGradians
fromRadians
fromTurns
fullTurn
gradians
halfTurn
quarterTurn
radians
thirdTurn
turns
zero
Properties
cos
degrees
gradians
hashCode
normalized
radians
runtimeType
sin
tan
turns
Methods
approximately
compareTo
noSuchMethod
ratio
toString
Operators
operator *
operator +
operator -
operator /
operator <
operator <=
operator ==
operator >
operator >=
operator unary-