[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference
SCALE (PHOP,*,*,*)
Purpose
Use
Scale
to calculate a two-dimensional transformation
matrix to perform the specified 2D-axis scaling.
If the graPHIGS API can compute the transformation matrix,
then the graPHIGS API sets the error indicator to zero and
returns the transformation matrix.
If the graPHIGS API cannot compute the transformation matrix,
then the values of the matrix are unpredictable and
the graPHIGS API sets the error indicator to the following
error:
- 2
- Function Requires State (PHOP,*,*,*)
Language Bindings
C
pscale
(scale_vec,
err_ind, result_tran) |
const Pvec *scale_vecScale factor vector.
Pint *err_indError indicator.
Pmatrix result_tranTransformation matrix.
(See
Chapter 15. "ISO PHIGS Transformations" for a description
of the storage of the transformation matrix).
FORTRAN
PSC
(fx, fy,
errind, xfrmt) |
real fxx-axis scale factor.
real fyy-axis scale factor.
integer errindError indicator.
real xfrmt(3,3)Transformation matrix.
(See
Chapter 15. "ISO PHIGS Transformations" for a description
of the storage of the transformation matrix).
Errors
None
Related Subroutines
None
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]