wndSizX method

double wndSizX(
  1. int x
)

Implementation

double wndSizX( int x ){
	return x / _ratioX2;
}