tx property

  1. @override
double get tx
override

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

@override
double get tx => _values[2];
set tx (double tx)

Implementation

set tx(double tx) => _values[2] = tx;