clone method

Plane clone()

Implementation

Plane clone() {
  return Plane(normal.clone(),w);
}