Creates an independent copy of this matrix.
returnValue = matrix2D_var.copy()
#include <Core/Geometry/Matrix2D.h>returnValue = matrix2D_var->copy();