clone method

Plane clone()

Creates a new plane and copies all values from this plane.

Implementation

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