SocialSteeringsBeta
Class SteeringResult

Package class diagram package SteeringResult
java.lang.Object
  extended by javax.vecmath.Tuple3d
      extended by javax.vecmath.Vector3d
          extended by SocialSteeringsBeta.SteeringResult
All Implemented Interfaces:
Serializable, Cloneable

public class SteeringResult
extends javax.vecmath.Vector3d

Author:
petr Wrapper, mainly for social steerings to hold some other information
See Also:
problem, Serialized Form

Field Summary
 
Fields inherited from class javax.vecmath.Tuple3d
x, y, z
 
Constructor Summary
SteeringResult(javax.vecmath.Vector3d force, double accurancyMPL)
           
 
Method Summary
 double getAccurancyMultiplier()
           
 javax.vecmath.Vector3d getForce()
           
 
Methods inherited from class javax.vecmath.Vector3d
angle, cross, dot, length, lengthSquared, normalize, normalize
 
Methods inherited from class javax.vecmath.Tuple3d
absolute, absolute, add, add, clamp, clamp, clamp, clamp, clampMax, clampMax, clampMax, clampMax, clampMin, clampMin, clampMin, clampMin, clone, epsilonEquals, equals, equals, get, get, getX, getY, getZ, hashCode, interpolate, interpolate, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, scaleAdd, set, set, set, set, setX, setY, setZ, sub, sub, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SteeringResult

public SteeringResult(javax.vecmath.Vector3d force,
                      double accurancyMPL)
Method Detail

getForce

public javax.vecmath.Vector3d getForce()

getAccurancyMultiplier

public double getAccurancyMultiplier()


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