Class InterpolatingMicrosphere.FacetData
- java.lang.Object
-
- org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere.FacetData
-
- Enclosing class:
- InterpolatingMicrosphere
private static class InterpolatingMicrosphere.FacetData extends java.lang.ObjectData associated with eachInterpolatingMicrosphere.Facet.
-
-
Field Summary
Fields Modifier and Type Field Description private doubleilluminationIllumination received from the sample.private doublesampleData 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 doubleillumination()Get the illumination.doublesample()Get the data value.
-