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