Lines Matching full:aabbmaxx
1028 const float aabbMaxX = (float)(samples.back().*predictor);
1029 const float aabbMaxY = de::max(startApproximation.offset + startApproximation.coefficient*aabbMaxX, endApproximation.offset + endApproximation.coefficient*aabbMaxX);
1031 const float aabbArea = (aabbMaxX - aabbMinX) * (aabbMaxY - aabbMinY);
1032 const float areaBetweenLines = getAreaBetweenLines(aabbMinX, aabbMaxX, startApproximation.offset, startApproximation.coefficient, endApproximation.offset, endApproximation.coefficient);
1064 const float aabbMaxX = (float)(samples.back().*predictor);
1065 const float aabbMaxY = de::max(evenApproximation.offset + evenApproximation.coefficient*aabbMaxX, oddApproximation.offset + oddApproximation.coefficient*aabbMaxX);
1067 const float aabbArea = (aabbMaxX - aabbMinX) * (aabbMaxY - aabbMinY);
1068 const float areaBetweenLines = getAreaBetweenLines(aabbMinX, aabbMaxX, evenApproximation.offset, evenApproximation.coefficient, oddApproximation.offset, oddApproximation.coefficient);