Class RGBE.FracExp

  • Enclosing class:
    RGBE

    static class RGBE.FracExp
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int exponent  
      private double fraction  
    • Constructor Summary

      Constructors 
      Constructor Description
      FracExp​(double fraction, int exponent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getExponent()  
      double getFraction()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fraction

        private double fraction
      • exponent

        private int exponent
    • Constructor Detail

      • FracExp

        public FracExp​(double fraction,
                       int exponent)
    • Method Detail

      • getFraction

        public double getFraction()
      • getExponent

        public int getExponent()