|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RefLocation | |
---|---|
SocialSteeringsBeta | |
Steerings | |
SteeringStuff |
Uses of RefLocation in SocialSteeringsBeta |
---|
Methods in SocialSteeringsBeta with parameters of type RefLocation | |
---|---|
javax.vecmath.Vector3d |
TriangleSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation focus)
|
SteeringResult |
TriangleSteer.runSocial(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation focus)
|
SteeringResult |
ISocialSteering.runSocial(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation focus)
|
protected javax.vecmath.Vector3d |
SocialSteeringManager.setVelocitySpecific(ISteering steering,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation newFocus)
|
Uses of RefLocation in Steerings |
---|
Methods in Steerings with parameters of type RefLocation | |
---|---|
javax.vecmath.Vector3d |
WallFollowingSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation focus)
When called, the bot starts steering, when possible, he walks straight, he steers away from obstacles though, when necessary. |
javax.vecmath.Vector3d |
WalkAlongSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation focus)
When called, the bot starts steering, when possible, he get's nearer the target location. |
javax.vecmath.Vector3d |
TargetApproachingSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation focus)
When called, the bot starts steering, when possible, he get's nearer the target location. |
javax.vecmath.Vector3d |
StickToPathSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation focus)
Moves the bot around the given pathFuture. |
javax.vecmath.Vector3d |
PeopleAvoidanceSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation focus)
When called, the bot starts steering, when possible, he walks straight, otherwise he steers away from othe people to avoid collision with them. |
javax.vecmath.Vector3d |
PathFollowingSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation focus)
Moves the bot around the given pathFuture. |
javax.vecmath.Vector3d |
ObstacleAvoidanceSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation focus)
When called, the bot starts steering, when possible, he walks straight, he steers away from obstacles though, when necessary. |
javax.vecmath.Vector3d |
LeaderFollowingSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation focus)
Steers the bot. |
Uses of RefLocation in SteeringStuff |
---|
Methods in SteeringStuff with parameters of type RefLocation | |
---|---|
javax.vecmath.Vector3d |
ISteering.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation focus)
The steering manager calls steering to compute the force of the steering in that tick (logic). |
protected javax.vecmath.Vector3d |
SteeringManager.setVelocitySpecific(ISteering steering,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation newFocus)
When owerriden can provide different behaviour of steering computation i.e. can tunnel some other information like true distance to target place it is used for the social steerings... |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |