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 double
Illumination received from the sample.private final double
Data value of the sample. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
Get the illumination.double
sample()
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.
-