All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.simulation.GolfBallNoiseSim
java.lang.Object
|
+----EDU.gatech.cc.is.simulation.AttractorSim
|
+----EDU.gatech.cc.is.simulation.GolfBallSim
|
+----EDU.gatech.cc.is.simulation.GolfBallNoiseSim
- public class GolfBallNoiseSim
- extends GolfBallSim
A noisy golfball for RoboCup Soccer.
Introduction
GolfBallNoiseSim implements a golf ball for RoboCup
soccer simulations. The ball is also the scorekeeper and
the referee; after all who would know better whether a
scoring event occured?
A "shot clock" keeps track of how long since a scoring
event occured. If it times-out, the ball is reset to the
center of the field.
Copyright
(c)1997 Georgia Tech Research Corporation
- Version:
- $Revision: 1.1 $
- Author:
- Tucker Balch
-
GolfBallNoiseSim()
-
-
push(Vec2, Vec2)
- Handle a push.
GolfBallNoiseSim
public GolfBallNoiseSim()
push
public void push(Vec2 d,
Vec2 v)
- Handle a push. This is how to kick or push the ball.
- Overrides:
- push in class GolfBallSim
All Packages Class Hierarchy This Package Previous Next Index