Uses of Class
us.ihmc.utilities.fixedPointRepresentation.OutsideSerializableValuesException

Packages that use OutsideSerializableValuesException
us.ihmc.utilities.fixedPointRepresentation   
 

Uses of OutsideSerializableValuesException in us.ihmc.utilities.fixedPointRepresentation
 

Methods in us.ihmc.utilities.fixedPointRepresentation that throw OutsideSerializableValuesException
static void TransformToFixedPointConverter.main(java.lang.String[] args)
           
static void DoubleToFixedPointConverter.main(java.lang.String[] args)
           
static javax.vecmath.Point3d TransformToFixedPointConverter.positionToFixedPointRepresentation(javax.vecmath.Point3d point, int offset, java.util.BitSet resultSet, int[] numberOfBits, double[] min, double[] max)
           
static javax.vecmath.Quat4d TransformToFixedPointConverter.quatToEulerFixedPointRepresentation(javax.vecmath.Quat4d orientation, int offset, java.util.BitSet resultSet, int[] numberOfBits, double[] min, double[] max)
           
static javax.vecmath.Quat4d TransformToFixedPointConverter.quatToQuatFixedPointRepresentation(javax.vecmath.Quat4d orientation, int offset, java.util.BitSet resultSet, int numberOfBits)
           
static double DoubleToFixedPointConverter.reduceResolution(double originalValue, int numberOfBits, double min, double max)
           
 void DoubleToFixedPointConverterTest.testArrayConversion()
           
 void DoubleToFixedPointConverterTest.testConversion()
           
 void TransformToFixedPointConverterTest.testPointConverter()
           
 void TransformToFixedPointConverterTest.testQuatToEuler()
           
 void TransformToFixedPointConverterTest.testQuatToQuat()
           
 void DoubleToFixedPointConverterTest.testRounding()
           
static double[] DoubleToFixedPointConverter.toFixedPointRepresentation(double[] original, int offset, java.util.BitSet resultSet, int[] numberOfBits, double[] min, double[] max)
           
static double DoubleToFixedPointConverter.toFixedPointRepresentation(double originalValue, java.util.BitSet resultSet, int offset, int numberOfBits, double min, double max)