Uses of Class
hmi.elckerlyc.animationengine.procanimation.EndEffector

Packages that use EndEffector
hmi.debug.animation   
hmi.elckerlyc.animationengine.procanimation   
 

Uses of EndEffector in hmi.debug.animation
 

Fields in hmi.debug.animation declared as EndEffector
(package private)  EndEffector GLProcAnimGeometry.eff
           
 

Methods in hmi.debug.animation with parameters of type EndEffector
static VGLNode ProcAnimationDebugVisualisations.getStaticEndEffectorDebugVisualisation(EndEffector eff, VJoint humanoidRoot, VJoint worldRenderRoot, String type, ArrayList<GLRenderObject> renderStates, float factor)
          depending on whether the procanimation is global or local, the root vjoint of the resulting visualisation will be added either to the worldRenderRoot (for global end effectors) or the avatarRenderRoot (for local end effectors).
 

Constructors in hmi.debug.animation with parameters of type EndEffector
GLProcAnimGeometry(EndEffector e, float factor)
          Constructor
 

Uses of EndEffector in hmi.elckerlyc.animationengine.procanimation
 

Fields in hmi.elckerlyc.animationengine.procanimation declared as EndEffector
private  EndEffector ProcAnimationMU.leftFootEff
           
private  EndEffector ProcAnimationMU.leftHandEff
           
private  EndEffector ProcAnimationMU.rightFootEff
           
private  EndEffector ProcAnimationMU.rightHandEff
           
private  EndEffector ProcAnimationMU.rootEff
           
 

Fields in hmi.elckerlyc.animationengine.procanimation with type parameters of type EndEffector
private  ArrayList<EndEffector> ProcAnimationMU.endeffector
           
 

Methods in hmi.elckerlyc.animationengine.procanimation that return EndEffector
 EndEffector EndEffector.deepCopy()
           
 EndEffector ProcAnimationMU.getEndEffector(String target)
          Get the EndEffector with sid target
 EndEffector ProcAnimationMU.getLeftFootEff()
           
 EndEffector ProcAnimationMU.getLeftHandEff()
           
 EndEffector ProcAnimationMU.getRightFootEff()
           
 EndEffector ProcAnimationMU.getRightHandEff()
           
 EndEffector ProcAnimationMU.getRootEff()
           
 

Methods in hmi.elckerlyc.animationengine.procanimation that return types with arguments of type EndEffector
 List<EndEffector> ProcAnimationMU.getAllEndEffectors()
          Returns the complete arraylist with EndEffectors
 

Methods in hmi.elckerlyc.animationengine.procanimation with parameters of type EndEffector
 void ProcAnimationMU.addEndEffector(EndEffector eff)
          Adds an endeffector
 void EndEffector.set(EndEffector eff)
          Copy the values of eff into this endeffector, links the target joint.
 

Method parameters in hmi.elckerlyc.animationengine.procanimation with type arguments of type EndEffector
 void ProcAnimationMU.setEndEffectors(ArrayList<EndEffector> newEndEffectors)
          Set a new set of EndEffectors