Package | Description |
---|---|
SocialSteeringsBeta | |
SteeringProperties | |
Steerings | |
SteeringStuff |
Modifier and Type | Class and Description |
---|---|
class |
TriangleSteeringProperties |
Modifier and Type | Method and Description |
---|---|
void |
TriangleSteeringProperties.setProperties(SteeringProperties sp) |
void |
TriangleSteer.setProperties(SteeringProperties newProperties) |
Modifier and Type | Class and Description |
---|---|
class |
LeaderFollowingProperties
The steering properties of the Leader Following Steering.
|
class |
ObstacleAvoidanceProperties
The steering properties of the Obstacle Avoidance Steering.
|
class |
PathFollowingProperties
The steering properties of the Path Following Steering.
|
class |
PeopleAvoidanceProperties
The steering properties of the People Avoidance Steering.
|
class |
TargetApproachingProperties
The steering properties for the steering Target Approaching.
|
class |
WalkAlongProperties
The steering properties of the Walk Along Steering.
|
class |
WallFollowingProperties
The steering properties of the Wall Following steering.
|
Modifier and Type | Method and Description |
---|---|
void |
WallFollowingProperties.setProperties(SteeringProperties newProperties) |
void |
WalkAlongProperties.setProperties(SteeringProperties newProperties) |
void |
TargetApproachingProperties.setProperties(SteeringProperties newProperties) |
abstract void |
SteeringProperties.setProperties(SteeringProperties newProperties) |
void |
PeopleAvoidanceProperties.setProperties(SteeringProperties newProperties) |
void |
PathFollowingProperties.setProperties(SteeringProperties newProperties) |
void |
ObstacleAvoidanceProperties.setProperties(SteeringProperties newProperties) |
void |
LeaderFollowingProperties.setProperties(SteeringProperties newProperties) |
Modifier and Type | Method and Description |
---|---|
void |
WallFollowingSteer.setProperties(SteeringProperties newProperties) |
void |
WalkAlongSteer.setProperties(SteeringProperties newProperties) |
void |
TargetApproachingSteer.setProperties(SteeringProperties newProperties) |
void |
PeopleAvoidanceSteer.setProperties(SteeringProperties newProperties) |
void |
PathFollowingSteer.setProperties(SteeringProperties newProperties) |
void |
ObstacleAvoidanceSteer.setProperties(SteeringProperties newProperties) |
void |
LeaderFollowingSteer.setProperties(SteeringProperties newProperties) |
Constructor and Description |
---|
WallFollowingSteer(cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot bot,
RaycastingManager rayManager,
SteeringProperties newProperties) |
Modifier and Type | Method and Description |
---|---|
void |
ISteering.setProperties(SteeringProperties newProperties)
The steering manager will set to the steering his steering properties.
|
void |
SteeringManager.setSteeringProperties(SteeringType type,
SteeringProperties newProperties)
Sets the steering properties of the steering type from the argument.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.