clone method

Ray clone()

Implementation

Ray clone() {
  return Ray().copyFrom(this);
}