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

Class Wind

source code


This is a base class for wind models. A wind 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 wind vector in it
source code