Creates a new plane and copies all values from this plane.
Plane clone() { return Plane().copy( this ); }