Uses of Interface
simulator.model.PolarVect

Packages that use PolarVect
game.protocol Implementation of the SCORE protocol. 
simulator.model Interface to concrete simulator models, which represent the state of the SOCCER game and implements the physical simulation. 
simulator.model.debug A trivial implementation of the required simulator model interfaces for debugging purposes. 
 

Uses of PolarVect in game.protocol
 

Classes in game.protocol that implement PolarVect
(package private)  class PolarCoord
           
 

Methods in game.protocol that return PolarVect
 PolarVect AllReply.getBallVelocity()
           
 PolarVect AllReply.getPlayerVelocity(Side t, int p)
           
 

Uses of PolarVect in simulator.model
 

Classes in simulator.model that implement PolarVect
 class SMVector
          Vector manipulation class that implements both PolarVect and CartesianVect interfaces.
 

Methods in simulator.model that return PolarVect
 PolarVect ISimulatorView.getBallVelocity()
           
 PolarVect ISimulatorView.getPlayerVelocity(Side t, int p)
          The orientation of a particular player.
 

Uses of PolarVect in simulator.model.debug
 

Methods in simulator.model.debug that return PolarVect
 PolarVect SMfacade.getBallVelocity()
           
 PolarVect SMfacade.getPlayerVelocity(Side t, int p)