tx property

double tx

The x coordinate of the translation, minus scos multiplied by the x-coordinate of the rotation point, plus ssin multiplied by the y-coordinate of the rotation point.

Implementation

double get tx => _value[2];