Searched refs:illumination (Results 1 - 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DMicrosphereInterpolatingFunction.java92 * Reset "illumination" and "sampleIndex".
100 * Store the illumination and index of the brightest sample.
101 * @param illuminationFromSample illumination received from sample
113 * Get the illumination of the element.
114 * @return the illumination.
116 double illumination() { method in class:MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
197 // Compute contribution of each sample points to the microsphere elements illumination
221 final double iV = md.illumination();

Completed in 105 milliseconds