void set(Vector3 start, Vector3 end, double radius){ this.start.copy(start); this.end.copy(end); this.radius = radius; }