clone method

Plane clone()

Implementation

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