interpolate_irradiance_lograrithmic
interpolate_irradiance_lograrithmic(distance, min, max) ⇒ number
Approximates logarithmic decay, except it goes to 0 at max Estimation is done using a 5th degree polynomial
Kind: global function
Param | Type |
---|---|
distance | number |
min | number |
max | number |