ty property Null safety
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
double get ty => _value[3];
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.
double get ty => _value[3];