Vector2 localToGlobal(Vector2 point) { return MatrixUtils.transformPoint(matrix, point.toOffset()).toVector2(); }