Resets this matrix to an identify matrix.
returnValue = matrix3D_var.setToIdentity()
#include <Core/Geometry/Matrix3D.h>returnValue = matrix3D_var->setToIdentity();