clone method

Ray clone()

Creates a ray and copies all values from this ray.

Implementation

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