Class InterpolatingMicrosphere.FacetData

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double illumination
      Illumination received from the sample.
      private double sample
      Data value of the sample.
    • Constructor Summary

      Constructors 
      Constructor Description
      FacetData​(double illumination, double sample)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double illumination()
      Get the illumination.
      double sample()
      Get the data value.
      • Methods inherited from class java.lang.Object

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

      • illumination

        private final double illumination
        Illumination received from the sample.
      • sample

        private final double sample
        Data value of the sample.
    • Constructor Detail

      • FacetData

        FacetData​(double illumination,
                  double sample)
        Parameters:
        illumination - Illumination.
        sample - Data value.
    • Method Detail

      • illumination

        public double illumination()
        Get the illumination.
        Returns:
        the illumination.
      • sample

        public double sample()
        Get the data value.
        Returns:
        the data value.