Uses of Class
hmi.faceanimation.converters.EmotionConverter.Profile

Packages that use EmotionConverter.Profile
hmi.faceanimation.converters   
 

Uses of EmotionConverter.Profile in hmi.faceanimation.converters
 

Fields in hmi.faceanimation.converters with type parameters of type EmotionConverter.Profile
(package private)  HashMap<EmotionConverter.AE,ArrayList<EmotionConverter.Profile>> EmotionConverter.profiles
           
 

Methods in hmi.faceanimation.converters that return EmotionConverter.Profile
private  EmotionConverter.Profile EmotionConverter.convertInBetween(float angle, float activation)
           
private  EmotionConverter.Profile EmotionConverter.convertSimilar(float angle, float activation)
           
 

Methods in hmi.faceanimation.converters with parameters of type EmotionConverter.Profile
private  EmotionConverter.Range EmotionConverter.mergeRanges(FAP key, EmotionConverter.Profile profileOut, EmotionConverter.Range rangePrimary, EmotionConverter.Range rangeSecondary, float angleRatioPrimary, float angleRatioSecondary)