Uses of Class
uavsim.datatypes.DeviationFree

Packages that use DeviationFree
uavsim.datatypes Provides... 
 

Uses of DeviationFree in uavsim.datatypes
 

Methods in uavsim.datatypes that return DeviationFree
 DeviationFree DeviationFree.add_(DeviationFree deviation)
          Adds another unit to this one.
 DeviationFree Deviation.convertToDeviationFree()
          Converts this deviation to a DeviationFree.
 DeviationFree DeviationFree.subtract_(DeviationFree deviation)
          Subtract another unit from this one.
 

Methods in uavsim.datatypes with parameters of type DeviationFree
 DeviationFree DeviationFree.add_(DeviationFree deviation)
          Adds another unit to this one.
 DeviationFree DeviationFree.subtract_(DeviationFree deviation)
          Subtract another unit from this one.