create Identity Matrix
Creates a TransformationMatrix object with an identity transform. Subtracting a TransformationMatrix from an identity matrix is useful for getting the inverse of that transformation matrix, i.e., identity matrix - other matrix = inverse(other matrix).
Return
Since
200.1.0