home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
VOGLE.ZIP
/
SRC
/
SUNPAS
/
PASPECT.C
< prev
next >
Wrap
C/C++ Source or Header
|
1994-06-17
|
412b
|
47 lines
#include "vogle.h"
/*
* GetAspect
*/
float
GetAspect()
{
return(getaspect());
}
/*
* GetFactors
*/
GetFactors(xr, yr)
float *xr, *yr;
{
getfactors(xr, yr);
}
/*
* GetDisplaySize
*/
GetDisplaySize(xs, ys)
float *xs, *ys;
{
getdisplaysize(xs, ys);
}
/*
* ExpandViewport
*/
float
ExpandViewport()
{
expandviewport();
}
/*
* UnExpandViewport
*/
float
UnExpandViewport()
{
unexpandviewport();
}