Class InterpolatingMicrosphere.FacetData
java.lang.Object
org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere.FacetData
- Enclosing class:
InterpolatingMicrosphere
Data associated with each
InterpolatingMicrosphere.Facet.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final doubleIllumination received from the sample.private final doubleData value of the sample. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the illumination.doublesample()Get the data value.
-
Field Details
-
illumination
private final double illuminationIllumination received from the sample. -
sample
private final double sampleData value of the sample.
-
-
Constructor Details
-
FacetData
FacetData(double illumination, double sample) - Parameters:
illumination- Illumination.sample- Data value.
-
-
Method Details
-
illumination
public double illumination()Get the illumination.- Returns:
- the illumination.
-
sample
public double sample()Get the data value.- Returns:
- the data value.
-