This method transforms the given offset with respect ot the given matrix
Offset transform( vector.Matrix2 matrix, Offset offset, ) { return vector2ToOffset(matrix * offsetToVector2(offset)); }