Uses of Class
hmi.animation.VObjectTransformCopier

Packages that use VObjectTransformCopier
hmi.animation Documentation in the central Hmi Packages LaTeX report. 
hmi.elckerlyc.animationengine   
 

Uses of VObjectTransformCopier in hmi.animation
 

Methods in hmi.animation that return VObjectTransformCopier
static
<T extends VObject>
VObjectTransformCopier
VObjectTransformCopier.newInstanceFromMatchingVObjectLists(List<T> srcList, List<T> dstList, String type)
          Creates a new VObject copier from lists of VObjects WITHOUT CHECKING, assuming that the one who calls the constructor makes sure that src and dst match
static VObjectTransformCopier VObjectTransformCopier.newInstanceFromVJointTree(VJoint sourceRoot, VJoint destinationRoot, String type)
          Creates a new VObject copier from two VJoint root objects
static
<T extends VObject>
VObjectTransformCopier
VObjectTransformCopier.newInstanceFromVObjectLists(List<T> srcList, List<T> dstList, String type)
          Creates a new VObject copier from lists of VObjects
 

Uses of VObjectTransformCopier in hmi.elckerlyc.animationengine
 

Fields in hmi.elckerlyc.animationengine declared as VObjectTransformCopier
private  VObjectTransformCopier AnimationPlayerManager.votc
           
private  VObjectTransformCopier AnimationPlayer.votcCurrToPrev
           
private  VObjectTransformCopier AnimationPlayer.votcNextToCurr