Uses of Class
cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.AutoTraceRay

Packages that use AutoTraceRay
cz.cuni.amis.pogamut.udk.agent.module.sensomotoric   
cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages   
 

Uses of AutoTraceRay in cz.cuni.amis.pogamut.udk.agent.module.sensomotoric
 

Methods in cz.cuni.amis.pogamut.udk.agent.module.sensomotoric that return AutoTraceRay
 AutoTraceRay Raycasting.getRay(String rayID)
          Returns a ray of specified id.
 

Methods in cz.cuni.amis.pogamut.udk.agent.module.sensomotoric that return types with arguments of type AutoTraceRay
 Future<AutoTraceRay> Raycasting.createRay(String Id, javax.vecmath.Vector3d Direction, int Length, boolean FastTrace, boolean FloorCorrection, boolean TraceActors)
          Initializes ray usind AddRay command and returns future that waits for the first AutoTraceRay message corresponding to this ray.
 Future<AutoTraceRay> Raycasting.createRay(javax.vecmath.Vector3d Direction, int Length, boolean FastTrace, boolean FloorCorrection, boolean TraceActors)
          Creates ray with system generated id.
 

Uses of AutoTraceRay in cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages
 

Constructors in cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages with parameters of type AutoTraceRay
AutoTraceRay(AutoTraceRay original)
          Cloning constructor.
 



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