menu
angles package
documentation
angles
Angle
sin property
sin
brightness_4
sin
property
Null safety
double
sin
Compute the sine of this angle.
Implementation
double get sin => math.sin(radians);
angles package
documentation
angles
Angle
sin 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-