|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISteering | |
---|---|
SocialSteeringsBeta | |
Steerings | |
SteeringStuff |
Uses of ISteering in SocialSteeringsBeta |
---|
Subinterfaces of ISteering in SocialSteeringsBeta | |
---|---|
interface |
ISocialSteering
|
Classes in SocialSteeringsBeta that implement ISteering | |
---|---|
class |
TriangleSteer
|
Methods in SocialSteeringsBeta with parameters of type ISteering | |
---|---|
protected javax.vecmath.Vector3d |
SocialSteeringManager.setVelocitySpecific(ISteering steering,
RefBoolean wantsToGoFaster,
RefBoolean wantsToStop,
RefLocation newFocus)
|
Uses of ISteering in Steerings |
---|
Classes in Steerings that implement ISteering | |
---|---|
class |
LeaderFollowingSteer
Provides following steering to bots. |
class |
ObstacleAvoidanceSteer
A class for providing obstacle avoiding steering via raycasting. |
class |
PathFollowingSteer
A class for providing pathFuture following steering to bots. |
class |
PeopleAvoidanceSteer
A class for providing people avoiding steering. |
class |
StickToPathSteer
Steering that makes sure the bot won't get out of the "naviagation edge corridor". |
class |
TargetApproachingSteer
Using this steering the bot can approach one or more targets. |
class |
WalkAlongSteer
A class for providing obstacle avoiding steering to bots via raycasting. |
class |
WallFollowingSteer
A class for providing wall following steering to bots via raycasting. |
Uses of ISteering in SteeringStuff |
---|
Methods in SteeringStuff with parameters of type ISteering | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |