FACTOR: Set the Global Scale Factor.
| Fortran: | CALL FACTOR ( SF ) |
| C: | int factor_c();
float sf; (void) factor_c( sf ); |
| Parameter(s) | Description |
| SF | The scale factor used to scale all subsequent X and Y coordinates. |
The scale factor \fBSF\fP replaces any previous value. Subsequent coordinates ( X, Y ) are scaled to the point ( SF X, SF Y ) relative to the current origin.
See Figure 1.1 for a sample FACTOR application.