|
GINO Graphics Suite - GINO v9.0
|
|
 |
 |
gPosViewCentre
Syntax
[C/C++:]
void gPosViewCentre(float xp, float yp);
[F90:]
subroutine gPosViewCentre(xp, yp)
real, intent(in) :: xp,yp
Arguments
xp,yp
Point in picture coordinates onto which the view centre is projected
Description
The view transformation, when gGenerateView() or gUpdateView() is called, is set up so that the view centre is projected onto the point (
xp,yp).
See Also
gPosViewCentre UsagegGenerateViewgUpdateView