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

Class WaterCurrents

source code


This is a base class for water-currents models. A water-current is a mapping from location to a (2D) direction vector.

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