gEDA-dev: Switch all drawing variables into the world coordinate system
Werner Hoch
werner.ho at gmx.de
Tue Apr 1 08:02:17 EDT 2008
Hi all,
On Dienstag, 1. April 2008, Werner Hoch wrote:
> Thus I'd like to change the screen related variables from the screen
> coordinates to the world coordinates.
>
> The affected variables are start_x, second_x, last_x, loc_x and maybe
> some more.
>
> To do this I'd change this with the following steps:
>
> 1. create a set of world variables in GSCHEM_TOPLEVEL:
> start_x --> first_wx
> last_x --> second_wx
> second_x --> third_wx
> The renaming is intentional, because the second_x causes confusions
> in the net code whenever I read it.
I've pushed a test branch for this changes to repo.or.cz.
It uses the new world coordinates in the net drawing code.
http://repo.or.cz/w/geda-gaf/werner.git?a=shortlog;h=refs/heads/world_netcoordinates
Regards
Werner
More information about the geda-dev
mailing list