Searched refs:findY (Results 1 – 4 of 4) sorted by relevance
233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const {
140 vertPoint.y = findY(slope, yIntercept, vertPoint.x); in getEdgeIntersect()194 private int findY(float slope, float yIntercept, float x) { in findY() method in PipSnapAlgorithm
69 T findY(S x) { // logically const, but modifies cache in findY() function
701 const T unscaledVolume = mConfiguration->findY(xOffset); in computeVolumeFromXOffset()