| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric | |
| cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages |
| Modifier and Type | Method and Description |
|---|---|
AutoTraceRay |
Raycasting.getRay(String rayID)
Returns a ray of specified id.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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..
|
| Modifier and Type | Method and Description |
|---|---|
AutoTraceRay |
UT2004CompositeObjectCreator.AutoTraceRayCreator.create(ILocalWorldObject localPart,
ISharedWorldObject sharedPart,
IStaticWorldObject staticPart) |
| Constructor and Description |
|---|
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.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.