/[libvob]/libvob/vob/buoy/buoymanager.py
ViewVC logotype

Diff of /libvob/vob/buoy/buoymanager.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by tjl, Wed Apr 16 09:34:42 2003 UTC revision 1.4 by mudyc, Wed Apr 16 10:05:51 2003 UTC
# Line 107  class RealBuoyManager(BuoyLinkListener): Line 107  class RealBuoyManager(BuoyLinkListener):
107          x = self.ctrx          x = self.ctrx
108          r = self.ctry * 1.05          r = self.ctry * 1.05
109          if direction > 0:          if direction > 0:
110              buoy = self.vs.coords.buoyOnCircle(0, anchorCenter,              buoy = self.vs.coords.buoyOnCircle1(0, anchorCenter,
111                                  x, self.ctry, r,                                  x, self.ctry, r,
112                                  x-r, self.ctry,                                  x-r, self.ctry,
113                                  .1)                                  .1)
114          else:          else:
115              buoy = self.vs.coords.buoyOnCircle(0, anchorCenter,              buoy = self.vs.coords.buoyOnCircle1(0, anchorCenter,
116                                  x, self.ctry, r,                                  x, self.ctry, r,
117                                  x+r, self.ctry,                                  x+r, self.ctry,
118                                  .1)                                  .1)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26