clone method

Ray clone()

Implementation

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