simbad.sim
Class BallAgent

java.lang.Object
  extended bysimbad.sim.BaseObject
      extended bysimbad.sim.SimpleAgent
          extended bysimbad.sim.BallAgent

public class BallAgent
extends SimpleAgent

Author:
louis TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
BallAgent(javax.vecmath.Vector3d pos, java.lang.String name, javax.vecmath.Color3f color, float radius, float mass)
           
BallAgent(javax.vecmath.Vector3d pos, java.lang.String name, float radius)
           
 
Methods inherited from class simbad.sim.SimpleAgent
anOtherAgentIsVeryNear, asString, attach, collisionDetected, detach, getActuatorDevice, getActuatorList, getCanBeTraversed, getCoords, getCounter, getHeight, getLifeTime, getMass, getName, getRadius, getRotationTransform, getSensorDevice, getSensorList, getTranslationTransform, getVeryNearAgent, interactionDetected, moveToStartPosition, rotateY, setCanBeTraversed, setColor, translateTo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BallAgent

public BallAgent(javax.vecmath.Vector3d pos,
                 java.lang.String name,
                 javax.vecmath.Color3f color,
                 float radius,
                 float mass)
Parameters:
pos -
name -

BallAgent

public BallAgent(javax.vecmath.Vector3d pos,
                 java.lang.String name,
                 float radius)