moveVertical

moveVertical x y dy
moves coordinates x, y vertically

obj inscope dot proc moveVertical {x y dy} {
  list $x [+ $y $dy]
}

© Wolf-Dieter Busch | Home | Sitemap | Urheber | A-Z