Uses of Class
org.robokind.api.common.position.NormalizedDouble

Packages that use NormalizedDouble
org.robokind.api.common.position   
 

Uses of NormalizedDouble in org.robokind.api.common.position
 

Methods in org.robokind.api.common.position that return NormalizedDouble
 NormalizedDouble NumberRange.normalizeValue(Integer val)
           
 NormalizedDouble NormalizableRange.normalizeValue(T t)
          Normalizes a value within the NormalizableRange.
 

Methods in org.robokind.api.common.position with parameters of type NormalizedDouble
 Integer NumberRange.denormalizeValue(NormalizedDouble v)
           
 T NormalizableRange.denormalizeValue(NormalizedDouble v)
          Denormalizes a NormalizedDouble to a value within this NormalizableRange.
 



Copyright © 2011. All Rights Reserved.