GINO Graphics Suite - GINO v9.0  

gSaveTransform

Syntax

[C/C++:]
void gSaveTransform(void);
[F90:]
subroutine gSaveTransform

Arguments

None

Description

The routine gSaveTransform() makes a copy of the state of transforming. This can subsequently by recalled by gRestoreTransform(). A second call to gSaveTransform() overwrites the information stored by the first call.

See Also

gSaveTransform Usage
gRestoreTransform