PreMultiply
const BAffineTransform& PreMultiply(const BAffineTransform& other);
return PreMultiply(shearTransform);
return *this = t.PreMultiply(*this);
t.PreMultiply(AffineRotation(-Rotation()));
t.PreMultiply(AffineRotation(-rotation));