Package | Description |
---|---|
SocialSteeringsBeta | |
SteeringProperties | |
SteeringStuff |
Modifier and Type | Method and Description |
---|---|
protected cz.cuni.amis.pogamut.base3d.worldview.object.Location |
SocialSteeringManager.setFocusSpecific(SteeringType steeringType,
boolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location newFocus,
cz.cuni.amis.pogamut.base3d.worldview.object.Location focusLoc) |
Modifier and Type | Field and Description |
---|---|
protected SteeringType |
SteeringProperties.type
The type of the steering.
|
Modifier and Type | Method and Description |
---|---|
SteeringType |
SteeringProperties.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SteeringProperties.setType(SteeringType type) |
Constructor and Description |
---|
SteeringProperties(SteeringType type) |
SteeringProperties(SteeringType type,
boolean active,
double weight) |
SteeringProperties(SteeringType type,
boolean active,
double weight,
SteeringProperties.BehaviorType behaviorType) |
SteeringProperties(SteeringType type,
SteeringProperties.BehaviorType behaviorType) |
Modifier and Type | Field and Description |
---|---|
HashMap<SteeringType,Double> |
SteeringManager.steeringWeights |
Modifier and Type | Method and Description |
---|---|
static SteeringType |
SteeringType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteeringType[] |
SteeringType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static LinkedList<SteeringType> |
SteeringType.getCollection() |
HashMap<SteeringType,javax.vecmath.Vector3d> |
SteeringManager.getSteeringForces()
Returns the hasp map of used steering forces.
|
Modifier and Type | Method and Description |
---|---|
void |
RaycastingManager.addRayFlagChangedListener(SteeringType type,
IRaysFlagChanged listener)
Adds new ISteeringPropertiesChangedListener - he will listen for changes in some steering properties.
|
void |
RaycastingManager.addRays(SteeringType type,
LinkedList<SteeringRay> rayList,
IRaysFlagChanged listener)
Adds rays of the type.
|
void |
SteeringManager.addSteering(SteeringType type)
Adds the steering of the steering type from the argument.
|
void |
SteeringManager.addSteering(SteeringType type,
double weight)
Adds the steering of the steering type from the argument with the weight from the argument.
|
HashMap<String,Future<cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay>> |
RaycastingManager.getMyFutureRays(SteeringType type)
Returns the futureRays of the type.
|
boolean |
SteeringManager.hasSteering(SteeringType type)
Returns true, if the manager has this steering type in the list of used steerings.
|
void |
RaycastingManager.removeRays(SteeringType type)
The rays of the type will be removed.
|
void |
SteeringManager.removeSteering(SteeringType type)
Removes the steering of the steering type from the argument.
|
protected cz.cuni.amis.pogamut.base3d.worldview.object.Location |
SteeringManager.setFocusSpecific(SteeringType steeringType,
boolean wantsToStop,
cz.cuni.amis.pogamut.base3d.worldview.object.Location newFocus,
cz.cuni.amis.pogamut.base3d.worldview.object.Location focusLoc) |
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.