Searched refs:y_tri (Results 1 – 1 of 1) sorted by relevance
71 double y_tri = -1 + 4 * Math.abs(t - 0.5); in markerPosition() local79 double y_smooth = y_tri / (1 + Math.exp(beta*(Math.abs(y_tri)-1))/(beta - 1)); in markerPosition()