Fixed bug with how the base point for relative coordinates is set.
commit54487ca7c722831e00d306985ae53e6170e9e0b4
authorHenrik Tidefelt <tidefelt@isy.liu.se>
Fri, 22 Aug 2008 16:57:38 +0000 (22 18:57 +0200)
committerHenrik Tidefelt <tidefelt@isy.liu.se>
Fri, 22 Aug 2008 17:01:55 +0000 (22 19:01 +0200)
tree13ae30c749226d8cf11cdf520b96d6095f8b8001
parent86a4ed30bf919ff0b986255be692a9d374dfa166
Fixed bug with how the base point for relative coordinates is set.

The problem was when a path was followed by a relative coordinate, and the solution was basically to mimic what had already been done in the 3D case.
source/computeelementarypath.cc
source/elementarypath2D.cc
source/elementarypath3D.cc
source/pathtypes.cc
source/pathtypes.h