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.Object
Data associated with eachInterpolatingMicrosphere.Facet
.
-
-
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.
-