Copies the passed line's start and end vectors to this line.
Line3 setFrom(Line3 line) { start.setFrom(line.start); end.setFrom(line.end); return this; }