00001
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 static char *id="@(#) $Id: shview.c,v 1.2 2006/08/17 19:28:17 mhender Exp $";
00018
00019 #include <shInternal.h>
00020
00034 void shview(float *dist,float *alpha,float *beta,float *xmin,float *xmax,float *ymin,float *ymax,float *zmin,float *zmax)
00035 {
00036 float zero=0.;
00037 float one=0.;
00038
00039
00040
00041 shsize(&one,&zero,&zero,&one,&zero);
00042 shvw(dist,alpha,beta,xmin,xmax,ymin,ymax,zmin,zmax);
00043 shscal(xmin,xmax,ymin,ymax,zmin,zmax);
00044 return;
00045 }