cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric
Class BSPRayInfoContainer

Package class diagram package BSPRayInfoContainer
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.BSPRayInfoContainer

public class BSPRayInfoContainer
extends Object

Author:
Jakub Tomek A container for a BSP ray's parameters. They need to be saved because the AutoTraceray Object will be constantly updated and these updates will be based on bot's poisiton and these parameters

Field Summary
 javax.vecmath.Vector3d direction
           
 boolean floorCorrection
           
 String id
           
 int length
           
 UnrealId unrealId
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unrealId

public UnrealId unrealId

id

public String id

direction

public javax.vecmath.Vector3d direction

length

public int length

floorCorrection

public boolean floorCorrection


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