Searched refs:approachCoeffient (Results 1 – 1 of 1) sorted by relevance
982 const float approachCoeffient = de::abs(lineACoefficient - lineBCoefficient); in getAreaBetweenLines() local987 if (approachCoeffient < epsilon) in getAreaBetweenLines()990 …rn (0.5f * leftHeight * (leftHeight / approachCoeffient)) + (0.5f * rightHeight * (rightHeight / a… in getAreaBetweenLines()