video_player
dart:ui
RSTransform
property ssin
ssin
class RSTransform
Constructors
RSTransform
fromComponents
Properties
scos
ssin
tx
ty
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
double
ssin
The sine of the rotation multiplied by that same scale factor.
Source
double get ssin => _value[1];
property ssin