|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RefBoolean | |
---|---|
SocialSteeringsBeta | |
Steerings | |
SteeringStuff |
Uses of RefBoolean in SocialSteeringsBeta |
---|
Methods in SocialSteeringsBeta with parameters of type RefBoolean | |
---|---|
javax.vecmath.Vector3d |
TriangleSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location focus)
|
SteeringResult |
TriangleSteer.runSocial(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location focus)
|
SteeringResult |
ISocialSteering.runSocial(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location focus)
|
protected javax.vecmath.Vector3d |
SocialSteeringManager.setVelocitySpecific(ISteering steering,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location newFocus)
|
Uses of RefBoolean in Steerings |
---|
Methods in Steerings with parameters of type RefBoolean | |
---|---|
javax.vecmath.Vector3d |
PathFollowingSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location focus)
Moves the bot around the given pathFuture. |
javax.vecmath.Vector3d |
LeaderFollowingSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location focus)
Steers the bot. |
javax.vecmath.Vector3d |
TargetApproachingSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location focus)
When called, the bot starts steering, when possible, he get's nearer the target location. |
javax.vecmath.Vector3d |
PeopleAvoidanceSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location 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 |
WalkAlongSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location focus)
When called, the bot starts steering, when possible, he get's nearer the target location. |
javax.vecmath.Vector3d |
ObstacleAvoidanceSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location focus)
When called, the bot starts steering, when possible, he walks straight, he steers away from obstacles though, when necessary. |
javax.vecmath.Vector3d |
WallFollowingSteer.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location focus)
When called, the bot starts steering, when possible, he walks straight, he steers away from obstacles though, when necessary. |
Uses of RefBoolean in SteeringStuff |
---|
Methods in SteeringStuff with parameters of type RefBoolean | |
---|---|
javax.vecmath.Vector3d |
ISteering.run(javax.vecmath.Vector3d scaledActualVelocity,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location 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,
cz.cuni.amis.pogamut.base3d.worldview.object.Location newFocus)
When owerriden can provide different behaviour of steering computation i.e. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |