Lines Matching defs:offset
145 return "y = " + de::toString(params.offset) + " + " + de::toString(params.coefficient) + "*x";
385 return (a.offset - b.offset) / (b.coefficient - a.coefficient);
412 const float offset = mid.y() - slope*mid.x();
414 return gls::LineParameters(offset, slope);
428 const float estY = estimator.offset + estimator.coefficient*data[i].x();
529 * detect if this the case, and if so, sets left.offset = right.offset and
555 return SegmentedEstimator(gls::LineParameters(entireLine.offset, 0.0f), entireLine, -std::numeric_limits<float>::infinity());
1032 LineParameters(estimators[0].right.offset,