SteeringProperties
Class StickToPathProperties
java.lang.Object
SteeringProperties.SteeringProperties
SteeringProperties.StickToPathProperties
- All Implemented Interfaces:
- Serializable
public class StickToPathProperties
- extends SteeringProperties
The steering properties of the Stick To Path Steering.
- Author:
- Jimmy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StickToPathProperties
public StickToPathProperties()
StickToPathProperties
public StickToPathProperties(StickToPathProperties values)
setNewBehaviorType
protected void setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
- Specified by:
setNewBehaviorType
in class SteeringProperties
getRepulsiveForce
public int getRepulsiveForce()
setRepulsiveForce
public void setRepulsiveForce(int orderOfTheForce)
getDistanceFromThePath
public int getDistanceFromThePath()
setDistanceFromThePath
public void setDistanceFromThePath(int distanceFromThePath)
getPath
public cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> getPath()
setPath
public void setPath(cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> path)
getTargetLocation
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getTargetLocation()
setTargetLocation
public void setTargetLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location targetLocation)
getRegulatingForce
public double getRegulatingForce()
setRegulatingForce
public void setRegulatingForce(double regulatingForce)
getProjection
public int getProjection()
setProjection
public void setProjection(int projection)
getSpecialText
public String getSpecialText()
- Specified by:
getSpecialText
in class SteeringProperties
setProperties
public void setProperties(SteeringProperties newProperties)
- Specified by:
setProperties
in class SteeringProperties
getXMLProperties
public XMLPathFollowingProperties getXMLProperties()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.