[inline]
Definition at line 43 of file IntervalChooser.h.
References mMaxVal, mMinVal, and OglGui::OglWindow::W().
Referenced by Init(), MinInterval(), and ReshapeFunc().
00044 { 00045 return ((val-mMinVal)*W())/(float)(mMaxVal-mMinVal+1); 00046 }
Here is the call graph for this function: