Line set(Vector3 start, Vector3 end) { this.start.setFrom(start); this.end.setFrom(end); return this; }