wndPosY method

double wndPosY(
  1. int y
)

Implementation

double wndPosY( int y ){
	return (y - _offsetY) / _ratioY;
}