hmi.elckerlyc.animationengine
Class AdditiveRotationBlend.Blender

java.lang.Object
  extended by hmi.elckerlyc.animationengine.AdditiveRotationBlend.Blender
Enclosing class:
AdditiveRotationBlend

private static final class AdditiveRotationBlend.Blender
extends Object


Field Summary
(package private)  VJoint v1
           
(package private)  VJoint v2
           
(package private)  VJoint vOut
           
 
Constructor Summary
AdditiveRotationBlend.Blender(VJoint vj1, VJoint vj2, VJoint vO)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

v1

final VJoint v1

v2

final VJoint v2

vOut

final VJoint vOut
Constructor Detail

AdditiveRotationBlend.Blender

public AdditiveRotationBlend.Blender(VJoint vj1,
                                     VJoint vj2,
                                     VJoint vO)