Ray set(Vector3 origin, Vector3 direction) { this.origin.setFrom(origin); this.direction.setFrom(direction); return this; }