MutableRSTransform constructor
MutableRSTransform()
Implementation
MutableRSTransform(
double scos,
double ssin,
double tx,
double ty,
this._anchorX,
this._anchorY,
) : _position = Vector2(tx, ty) {
_values[0] = scos;
_values[1] = ssin;
_values[2] = tx + _anchorX;
_values[3] = ty + _anchorY;
}