Resets this matrix to be an identity matrix.
returnValue = matrix2D_var.setToIdentity()
#include <Core/Geometry/Matrix2D.h>returnValue = matrix2D_var->setToIdentity();