Uses of Class
hmi.faceanimation.model.Eye

Packages that use Eye
hmi.facegraphics This package and its subpackages make the connection between the abstract specification of face animations using Elckerlyc and the actual deformation of the mesh in the HmiGraphics packages. 
 

Uses of Eye in hmi.facegraphics
 

Fields in hmi.facegraphics declared as Eye
private  Eye GLHead.leftEye
           
private  Eye GLHead.rightEye
           
 

Methods in hmi.facegraphics that return Eye
 Eye GLHead.getLeftEye()
           
 Eye GLHead.getRightEye()
           
 

Methods in hmi.facegraphics with parameters of type Eye
 void GLHead.setEyes(Eye leftEye, Eye rightEye)