[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference
ROTATE X (PHOP,*,*,*)
Purpose
Use
Rotate X
to calculate a three-dimensional
transformation matrix to rotate
around the x-axis using a given angle of rotation.
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
protate_x
(angle,
err_ind, result_tran) |
Pfloat angleRotational angle in radians
(positive if counterclockwise).
Pint *err_indError indicator.
Pmatrix3 result_tranTransformation matrix.
(See
Chapter 15. "ISO PHIGS Transformations" for a description
of the storage of the transformation matrix).
FORTRAN
PROX
(rotang,
errind, xfrmt) |
real rotangRotational angle in radians
(positive if counterclockwise).
integer errindError indicator.
real xfrmt(4,4)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 ]