|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AutoTraceRay in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric that return AutoTraceRay | |
|---|---|
AutoTraceRay |
RaycastingUT2004.getRay(String rayID)
Returns a ray of specified id. |
AutoTraceRay |
Raycasting.getRay(String rayID)
Returns a ray of specified id. |
| Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric that return types with arguments of type AutoTraceRay | |
|---|---|
Future<AutoTraceRay> |
RaycastingBSP.createRay(String id,
javax.vecmath.Vector3d direction,
int length,
boolean floorCorrection)
This method creates a ray and puts it into worldview |
Future<AutoTraceRay> |
RaycastingUT2004.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(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> |
RaycastingBSP.createRay(javax.vecmath.Vector3d direction,
int length,
boolean floorCorrection)
|
Future<AutoTraceRay> |
RaycastingUT2004.createRay(javax.vecmath.Vector3d Direction,
int Length,
boolean FastTrace,
boolean FloorCorrection,
boolean TraceActors)
Creates ray with system generated id. |
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.ut2004.agent.navigation.navmesh |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh that return AutoTraceRay | |
|---|---|
AutoTraceRay |
LevelGeometry.getAutoTraceRayMessage(Self self,
BSPRayInfoContainer rayInfo)
The most important method on this class. |
| Uses of AutoTraceRay in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages |
|---|
| Subclasses of AutoTraceRay in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages | |
|---|---|
class |
AutoTraceRayCompositeImpl
Composite implementation of the ATR abstract message. |
class |
AutoTraceRayMessage
Implementation of the GameBots2004 message ATR contains also its Local/Shared/Static subpart class definitions.. |
| Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages that return AutoTraceRay | |
|---|---|
AutoTraceRay |
UT2004CompositeObjectCreator.AutoTraceRayCreator.create(ILocalWorldObject localPart,
ISharedWorldObject sharedPart,
IStaticWorldObject staticPart)
|
| Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages with parameters of type AutoTraceRay | |
|---|---|
AutoTraceRay.AutoTraceRayUpdate(AutoTraceRay source,
long eventTime,
ITeamId teamId)
|
|
AutoTraceRayLocalImpl(AutoTraceRay original)
Cloning constructor from the full message. |
|
AutoTraceRayStaticImpl(AutoTraceRay original)
Cloning constructor from the full message. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||