ty property
The y coordinate of the translation, minus ssin multiplied by the x-coordinate of the rotation point, minus scos multiplied by the y-coordinate of the rotation point.
Implementation
@override
double get ty => _values[3];
set
ty
(double ty)
Implementation
set ty(double ty) => _values[3] = ty;