hmi.faceanimation.model
Class LowerJaw

java.lang.Object
  extended by hmi.faceanimation.model.LowerJaw

public class LowerJaw
extends Object


Field Summary
(package private)  float[] disp
           
private  VJoint joint
           
(package private)  float[] neutralPos
           
 
Constructor Summary
LowerJaw(VJoint joint)
           
 
Method Summary
 void copy()
          Called when the face deformations are actually applied to the face...
private  void displace()
           
 void setOpen(float[] disp)
           
private  void setRotation(float ydisp)
           
 void setShift(float[] disp)
           
 void setThrust(float[] disp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

joint

private VJoint joint

neutralPos

float[] neutralPos

disp

float[] disp
Constructor Detail

LowerJaw

public LowerJaw(VJoint joint)
Method Detail

setOpen

public void setOpen(float[] disp)

setThrust

public void setThrust(float[] disp)

setShift

public void setShift(float[] disp)

copy

public void copy()
Called when the face deformations are actually applied to the face...


displace

private void displace()

setRotation

private void setRotation(float ydisp)