17 #include <boost/unordered_map.hpp>
62 double convertDistance(
77 double convertAcceleration(
87 DtTaitBryan convertOrientation(
89 const DtTaitBryan& orientation )
const;
107 double revertDistance(
114 double speed )
const;
127 double revertAcceleration(
129 double accel )
const;
132 DtTaitBryan revertOrientation(
134 const DtTaitBryan& ori )
const;
139 double angle )
const;
151 void addUnitConverter(DisplayUnitType type,
175 void addDefaultConverters();
181 double distanceConversionFactor(
185 double velocityConversionFactor(
189 double accelerationConversionFactor(
193 double angleConversionFactor(
197 double rotationalVelocityConversionFactor(
204 typedef boost::unordered_map<unsigned int,const DtUnitConverter*>
206 typedef boost::unordered_map<unsigned int,UnitConverterMap>