Returns A Vector pointing from first to last.
Returns:
A Vector pointing from first to last
135 136 137
# File 'lib/geometry/edge.rb', line 135 def vector @vector ||= last - first end