menu
angles package
documentation
angles
Angle
Angle.halfTurn factory constructor
Angle.halfTurn
brightness_4
Angle.halfTurn
constructor
Null safety
Angle.halfTurn
(
)
Create an angle defining one half turn.
Implementation
factory Angle.halfTurn() => Angle.turns(0.5);
angles package
documentation
angles
Angle
Angle.halfTurn factory constructor
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-