clone method

Matrix3 clone()

Implementation

Matrix3 clone() {
	return Matrix3().copy( this );
}