SocialSteeringsBeta
Interface ISocialSteering

Package class diagram package ISocialSteering
All Superinterfaces:
ISteering
All Known Implementing Classes:
TriangleSteer

public interface ISocialSteering
extends ISteering

Author:
petr

Method Summary
 SteeringResult runSocial(javax.vecmath.Vector3d scaledActualVelocity, RefBoolean wantsToGoFaster, RefBoolean wantsToStop, cz.cuni.amis.pogamut.base3d.worldview.object.Location focus)
           
 
Methods inherited from interface SteeringStuff.ISteering
run, setProperties
 

Method Detail

runSocial

SteeringResult runSocial(javax.vecmath.Vector3d scaledActualVelocity,
                         RefBoolean wantsToGoFaster,
                         RefBoolean wantsToStop,
                         cz.cuni.amis.pogamut.base3d.worldview.object.Location focus)


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.