[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

SET GLOBAL TRANSFORMATION 3 (PHOP,*,STOP,*)

Purpose

Use Set Global Transformation 3 to insert a three-dimensional Set Global Transformation 3 structure element into the open structure following the element pointer, or replace the element pointed at by the element pointer with a Set Global Transformation 3 structure element, depending on the current edit mode.

When encountered during traversal, this element causes the specified matrix to replace the current global transformation for the current structure. The resultant matrix, in conjunction with the local modeling transformation, transforms all subsequent primitives from the Modeling Coordinate (MC) system to the World Coordinate (WC) system.

Language Bindings

C

pset_global_tran3 (global_tran)

Input Parameters

Pmatrix3 global_tran
Global transformation matrix. (See Chapter 15. "ISO PHIGS Transformations" for a description of the storage of the transformation matrix).

FORTRAN

PSGMT3 (xfrmt)

Input Parameters

real xfrmt(4,4)
Global transformation matrix. (See Chapter 15. "ISO PHIGS Transformations" for a description of the storage of the transformation matrix).

Errors

5
Function Requires State (PHOP,*,STOP,*)

Related Subroutines

  • None


  • [ Previous | Next | Contents | Glossary | Home | Search ]