Searched refs:lineIntegral (Results 1 – 1 of 1) sorted by relevance
38 const float lineIntegral = (1.0f - exp2(-falloff)) / falloff; in CalculateLineIntegral() local41 …return layer.density * exp2(-exponent) * (abs(falloff) > epsilon ? lineIntegral : lineIntegralTayl… in CalculateLineIntegral()