Returns a new Line3 with the same start and end vectors as this one.
Line3 clone() { return Line3().setFrom(this); }