Module seaModels :: Class IslandWaterCurrents
[hide private]
[frames] | no frames]

Class IslandWaterCurrents

source code


Hard coded values For the Island example. We have a few islands, and two areas of strong currents between them.

Instance Methods [hide private]
 
__init__(self, points) source code
 
__str__(self) source code
 
getSpeedVectorInLocation(self, x, y)
Given a location, returns the water-current vector in it
source code
Method Details [hide private]

__init__(self, points)
(Constructor)

source code 
Overrides: WaterCurrents.__init__

getSpeedVectorInLocation(self, x, y)

source code 

Given a location, returns the water-current vector in it

Overrides: WaterCurrents.getSpeedVectorInLocation
(inherited documentation)