hmi.faceanimation.model
Class Eye

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

public class Eye
extends Object


Field Summary
private  float au
           
private  Head head
           
private  VJoint joint
           
 boolean leftSide
           
private  float pitch
           
private  float thrust
           
private  float yaw
           
 
Constructor Summary
Eye(VJoint joint, Head head, boolean leftSide)
           
 
Method Summary
 void copy()
          Called when the face deformations are actually applied to the face...
 void setPitchValue(float value)
           
 void setThrustValue(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

head

private Head head

leftSide

public boolean leftSide

pitch

private float pitch

yaw

private float yaw

thrust

private float thrust
Constructor Detail

Eye

public Eye(VJoint joint,
           Head head,
           boolean leftSide)
Method Detail

setPitchValue

public void setPitchValue(float value)

setYawValue

public void setYawValue(float value)

setThrustValue

public void setThrustValue(float value)

copy

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