clone method

Plane clone()

Implementation

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