cz.cuni.amis.nb.pogamut.unreal.timeline.records
Class TLVelocity

Package class diagram package TLVelocity
java.lang.Object
  extended by cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLProperty<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity>
      extended by cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLVelocity
All Implemented Interfaces:
Serializable

public class TLVelocity
extends TLProperty<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity>

Special type of TLProperty that is storing velocity of agent.

Author:
Honza
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLProperty
TLProperty.Record<T>
 
Constructor Summary
TLVelocity(cz.cuni.amis.pogamut.unreal.bot.IUnrealBot agent)
           
 
Method Summary
 void update(long time)
           
 
Methods inherited from class cz.cuni.amis.nb.pogamut.unreal.timeline.records.TLProperty
addValue, getLast, getName, getType, getValue, getValue, getValues, printDebug, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLVelocity

public TLVelocity(cz.cuni.amis.pogamut.unreal.bot.IUnrealBot agent)
Method Detail

update

public void update(long time)


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.