hmi.faceanimation.model
Class Neck

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

public class Neck
extends Object


Field Summary
private  float au
           
private  VJoint joint
           
(package private)  float pitch
           
(package private)  float roll
           
(package private)  float yaw
           
 
Constructor Summary
Neck(VJoint joint, Head head)
           
 
Method Summary
 void copy()
          Called when the face deformations are actually applied to the face...
 void setPitchValue(float value)
           
 void setRollValue(float value)
           
 void setYawValue(float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

joint

private VJoint joint

au

private float au

pitch

float pitch

yaw

float yaw

roll

float roll
Constructor Detail

Neck

public Neck(VJoint joint,
            Head head)
Method Detail

setPitchValue

public void setPitchValue(float value)

setYawValue

public void setYawValue(float value)

setRollValue

public void setRollValue(float value)

copy

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