cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric
Class RaycastingBSP
java.lang.Object
cz.cuni.amis.pogamut.base.agent.module.AgentModule<AGENT>
cz.cuni.amis.pogamut.base.agent.module.SensomotoricModule<UT2004Bot>
cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric.RaycastingBSP
- All Implemented Interfaces:
- IComponent
public class RaycastingBSP
- extends SensomotoricModule<UT2004Bot>
| Methods inherited from class cz.cuni.amis.pogamut.base.agent.module.AgentModule |
cleanUp, getComponentId, getLog, getState, initComponentId, isRunning, kill, pause, reset, resume, start, stop, toString |
RaycastingBSP
public RaycastingBSP(UT2004Bot bot)
RaycastingBSP
public RaycastingBSP(UT2004Bot bot,
Logger log)
isUsable
public boolean isUsable()
- Whether we have BSP data for raycasting.
- Returns:
clear
public void clear()
- Deletes all previous rays and makes this instance ready for setting up
new rays.
createRay
public Future<AutoTraceRay> createRay(javax.vecmath.Vector3d direction,
int length,
boolean floorCorrection)
createRay
public Future<AutoTraceRay> createRay(String id,
javax.vecmath.Vector3d direction,
int length,
boolean floorCorrection)
selfUpdate
protected void selfUpdate(Self self)
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.