wndSizY method

double wndSizY(
  1. int y
)

Implementation

double wndSizY( int y ){
	return y / _ratioY2;
}