Invert this matrix.
returnValue = matrix2D_var.invert()
#include <Core/Geometry/Matrix2D.h>returnValue = matrix2D_var->invert();