home *** CD-ROM | disk | FTP | other *** search
- /* */
-
- owidth=24
- oheight=11
-
- dispx=22.0
- dispy=11.0
-
- dy=dispx/dispy
- dx=dispy/dispx
-
- height=owidth*dy
- width=oheight*dx
-
- if(height>oheight) then
- height=oheight
- else
- width=owidth
-
- /*
- if(height>width) then
- do
- width=width*(height/oheight)
- height=oheight
- end
- else
- do
- width=owidth
- end
- */
-
- say width height width*dispx height*dispy
-