Sets the given values to this ray.
Ray set(Vector3 origin, Vector3 direction ) { this.origin = origin; this.direction = direction; return this; }