double expX( double x ){ return _info[_curIndex]._isLogScaleX ? ClipMath.exp( x / _info[_curIndex]._logBaseX ) : x; }