Uses of Class
simulator.model.SMVector

Packages that use SMVector
simulator.model Interface to concrete simulator models, which represent the state of the SOCCER game and implements the physical simulation. 
 

Uses of SMVector in simulator.model
 

Methods in simulator.model that return SMVector
static SMVector SMVector.makeCartesian(double x, double y)
          Construct a vector from cartesian coordinates
static SMVector SMVector.makePolar(double mag, double ang)
          Construct a vector from polar coordinates